Html Css Color HEX #126029 Crusoe

📋 copy color: '#126029'

red 18 ◦ green 96 ◦ blue 41

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

Shades of Crusoe #126029

Tints of Crusoe #126029

RGB

 RED value IS 18 (7.42% from 255) = 11.61%

 GREEN value IS 96 (37.89% from 255) = 61.94%

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

R = 11.61%
G = 61.94%
B = 26.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#126029 (or 0x126029) is known color: Crusoe. HEX triplet: 12, 60 and 29. RGB value is (18,96,41). Sum of RGB (Red+Green+Blue) = 18+96+41=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 96 (37.89% from 255 or 61.94% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 96 - color contains mainly: green. Hex color #126029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126029 is #ED9FD6. Grayscale: #424242. Windows color (decimal): -15572951 or 2711570. OLE color: 2711570.

HSL color Cylindrical-coordinate representation of color #126029: hue angle of 137.69º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126029 is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 96 41 -
CMYK 0.81 0 0.57 0.62
HSL 137.69º 0.68% 0.22% -
HSV(B) 137.69º 0.81% 0.38% -
XYZ 4.83 8.65 3.51 -
YUV 66.41 113.66 93.47 -
System Red Green Blue C M Y K H S L
Decimal 18 96 41 0.81 0 0.57 0.62 137.69 0.68 0.22
Hex 12 60 29 51 0 39 3E 8A 44 16
Octal 22 140 51 121 0 71 76 212 104 26
Binary 10010 1100000 101001 1010001 0 111001 111110 10001010 1000100 10110

Color Harmonies of #126029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126029

Black with #126029

Text Example


Text Example

White with #126029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126029; }

 p { color: rgb(18,96,41); }

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

background-color css

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

 a { background-color: rgb(18,96,41); }

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

border-color css

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

 span { border-color: rgb(18,96,41); }

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