Html Css Color HEX #018229 Camarone

📋 copy color: '#018229'

red 1 ◦ green 130 ◦ blue 41

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

Shades of Camarone #018229

Tints of Camarone #018229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.84%

R = 0.58%
G = 75.58%
B = 23.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#018229 (or 0x018229) is known color: Camarone. HEX triplet: 01, 82 and 29. RGB value is (1,130,41). Sum of RGB (Red+Green+Blue) = 1+130+41=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 130 (51.17% from 255 or 75.58% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 130 - color contains mainly: green. Hex color #018229 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018229 is #FE7DD6. Grayscale: #515151. Windows color (decimal): -16678359 or 2720257. OLE color: 2720257.

HSL color Cylindrical-coordinate representation of color #018229: hue angle of 138.6º 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 #018229 is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 130 41 -
CMYK 0.99 0 0.68 0.49
HSL 138.6º 0.98% 0.26% -
HSV(B) 138.6º 0.99% 0.51% -
XYZ 8.4 16.13 4.77 -
YUV 81.28 105.26 70.74 -
System Red Green Blue C M Y K H S L
Decimal 1 130 41 0.99 0 0.68 0.49 138.6 0.98 0.26
Hex 1 82 29 63 0 44 31 8B 62 1A
Octal 1 202 51 143 0 104 61 213 142 32
Binary 1 10000010 101001 1100011 0 1000100 110001 10001011 1100010 11010

Color Harmonies of #018229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018229

Black with #018229

Text Example


Text Example

White with #018229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018229; }

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

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

background-color css

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

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

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

border-color css

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

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

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