Html Css Color HEX #018228 Camarone

📋 copy color: '#018228'

red 1 ◦ green 130 ◦ blue 40

#018228
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camarone #018228

Tints of Camarone #018228

RGB

 RED value IS 1 (0.78% from 255) = 0.58%

 GREEN value IS 130 (51.17% from 255) = 76.02%

 BLUE value IS 40 (16.02% from 255) = 23.39%

R = 0.58%
G = 76.02%
B = 23.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#018228 (or 0x018228) is known color: Camarone. HEX triplet: 01, 82 and 28. RGB value is (1,130,40). Sum of RGB (Red+Green+Blue) = 1+130+40=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 130 (51.17% from 255 or 76.02% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 130 - color contains mainly: green. Hex color #018228 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018228 is #FE7DD7. Grayscale: #515151. Windows color (decimal): -16678360 or 2654721. OLE color: 2654721.

HSL color Cylindrical-coordinate representation of color #018228: hue angle of 138.14º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018228 is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 130 40 -
CMYK 0.99 0 0.69 0.49
HSL 138.14º 0.98% 0.26% -
HSV(B) 138.14º 0.99% 0.51% -
XYZ 8.38 16.12 4.68 -
YUV 81.17 104.76 70.82 -
System Red Green Blue C M Y K H S L
Decimal 1 130 40 0.99 0 0.69 0.49 138.14 0.98 0.26
Hex 1 82 28 63 0 45 31 8A 62 1A
Octal 1 202 50 143 0 105 61 212 142 32
Binary 1 10000010 101000 1100011 0 1000101 110001 10001010 1100010 11010

Color Harmonies of #018228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018228

Black with #018228

Text Example


Text Example

White with #018228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018228; }

 p { color: rgb(1,130,40); }

 H1.HeaderClassName
 {
   color: #018228;
 }
 .AnyTagClassName
 {
   color: #018228;
 }
</style>

background-color css

<style>
 a { background-color: #018228; }

 a { background-color: rgb(1,130,40); }

 div.DivClassName
 {
   background-color: #018228;
 }
 .BgClassName
 {
   background-color: #018228;
 }
</style>

border-color css

<style>
 span { border-color: #018228; }

 span { border-color: rgb(1,130,40); }

 td.TdClassName
 {
   border-color: #018228;
 }
 .TagClassName
 {
   border-color: #018228;
 }
</style>