Html Css Color HEX #008029 Camarone

📋 copy color: '#008029'

red 0 ◦ green 128 ◦ blue 41

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

Shades of Camarone #008029

Tints of Camarone #008029

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 128 (50.39% from 255) = 75.74%

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

R = 0%
G = 75.74%
B = 24.26%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#008029 (or 0x008029) is known color: Camarone. HEX triplet: 00, 80 and 29. RGB value is (0,128,41). Sum of RGB (Red+Green+Blue) = 0+128+41=169 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 169); Green value is 128 (50.39% from 255 or 75.74% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 128 - color contains mainly: green. Hex color #008029 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008029 is #FF7FD6. Grayscale: #505050. Windows color (decimal): -16744407 or 2719744. OLE color: 2719744.

HSL color Cylindrical-coordinate representation of color #008029: hue angle of 139.22º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008029 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.50.

Color convert

RGB 0 128 41 -
CMYK 1 0 0.68 0.50
HSL 139.22º 1% 0.25% -
HSV(B) 139.22º 1% 0.5% -
XYZ 8.12 15.6 4.68 -
YUV 79.81 106.09 71.07 -
System Red Green Blue C M Y K H S L
Decimal 0 128 41 1 0 0.68 0.50 139.22 1 0.25
Hex 0 80 29 64 0 44 32 8B 64 19
Octal 0 200 51 144 0 104 62 213 144 31
Binary 0 10000000 101001 1100100 0 1000100 110010 10001011 1100100 11001

Color Harmonies of #008029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008029

Black with #008029

Text Example


Text Example

White with #008029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008029; }

 p { color: rgb(0,128,41); }

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

background-color css

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

 a { background-color: rgb(0,128,41); }

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

border-color css

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

 span { border-color: rgb(0,128,41); }

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