Html Css Color HEX #008126 Camarone

📋 copy color: '#008126'

red 0 ◦ green 129 ◦ blue 38

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

Shades of Camarone #008126

Tints of Camarone #008126

RGB

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

 GREEN value IS 129 (50.78% from 255) = 77.25%

 BLUE value IS 38 (15.23% from 255) = 22.75%

R = 0%
G = 77.25%
B = 22.75%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#008126 (or 0x008126) is known color: Camarone. HEX triplet: 00, 81 and 26. RGB value is (0,129,38). Sum of RGB (Red+Green+Blue) = 0+129+38=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 129 (50.78% from 255 or 77.25% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 129 - color contains mainly: green. Hex color #008126 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008126 is #FF7ED9. Grayscale: #505050. Windows color (decimal): -16744154 or 2523392. OLE color: 2523392.

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

Color convert

RGB 0 129 38 -
CMYK 1 0 0.71 0.49
HSL 137.67º 1% 0.25% -
HSV(B) 137.67º 1% 0.51% -
XYZ 8.2 15.84 4.46 -
YUV 80.06 104.26 70.9 -
System Red Green Blue C M Y K H S L
Decimal 0 129 38 1 0 0.71 0.49 137.67 1 0.25
Hex 0 81 26 64 0 47 31 8A 64 19
Octal 0 201 46 144 0 107 61 212 144 31
Binary 0 10000001 100110 1100100 0 1000111 110001 10001010 1100100 11001

Color Harmonies of #008126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008126

Black with #008126

Text Example


Text Example

White with #008126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008126; }

 p { color: rgb(0,129,38); }

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

background-color css

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

 a { background-color: rgb(0,129,38); }

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

border-color css

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

 span { border-color: rgb(0,129,38); }

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