Html Css Color HEX #125029 Crusoe

📋 copy color: '#125029'

red 18 ◦ green 80 ◦ blue 41

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

Shades of Crusoe #125029

Tints of Crusoe #125029

RGB

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

 GREEN value IS 80 (31.64% from 255) = 57.55%

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

R = 12.95%
G = 57.55%
B = 29.5%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#125029 (or 0x125029) is known color: Crusoe. HEX triplet: 12, 50 and 29. RGB value is (18,80,41). Sum of RGB (Red+Green+Blue) = 18+80+41=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #125029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125029 is #EDAFD6. Grayscale: #393939. Windows color (decimal): -15577047 or 2707474. OLE color: 2707474.

HSL color Cylindrical-coordinate representation of color #125029: hue angle of 142.26º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #125029 is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB 18 80 41 -
CMYK 0.78 0 0.49 0.69
HSL 142.26º 0.63% 0.19% -
HSV(B) 142.26º 0.78% 0.31% -
XYZ 3.52 6.03 3.08 -
YUV 57.02 118.96 100.17 -
System Red Green Blue C M Y K H S L
Decimal 18 80 41 0.78 0 0.49 0.69 142.26 0.63 0.19
Hex 12 50 29 4E 0 31 45 8E 3F 13
Octal 22 120 51 116 0 61 105 216 77 23
Binary 10010 1010000 101001 1001110 0 110001 1000101 10001110 111111 10011

Color Harmonies of #125029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125029

Black with #125029

Text Example


Text Example

White with #125029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125029; }

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

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

background-color css

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

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

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

border-color css

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

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

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