Html Css Color HEX #125A28 Crusoe

📋 copy color: '#125A28'

red 18 ◦ green 90 ◦ blue 40

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

Shades of Crusoe #125A28

Tints of Crusoe #125A28

RGB

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

 GREEN value IS 90 (35.55% from 255) = 60.81%

 BLUE value IS 40 (16.02% from 255) = 27.03%

R = 12.16%
G = 60.81%
B = 27.03%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#125A28 (or 0x125A28) is known color: Crusoe. HEX triplet: 12, 5A and 28. RGB value is (18,90,40). Sum of RGB (Red+Green+Blue) = 18+90+40=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 90 (35.55% from 255 or 60.81% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 90 - color contains mainly: green. Hex color #125A28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A28 is #EDA5D7. Grayscale: #3E3E3E. Windows color (decimal): -15574488 or 2644498. OLE color: 2644498.

HSL color Cylindrical-coordinate representation of color #125A28: hue angle of 138.33º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125A28 is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 90 40 -
CMYK 0.80 0 0.56 0.65
HSL 138.33º 0.67% 0.21% -
HSV(B) 138.33º 0.8% 0.35% -
XYZ 4.29 7.59 3.25 -
YUV 62.77 115.15 96.07 -
System Red Green Blue C M Y K H S L
Decimal 18 90 40 0.80 0 0.56 0.65 138.33 0.67 0.21
Hex 12 5A 28 50 0 38 41 8A 43 15
Octal 22 132 50 120 0 70 101 212 103 25
Binary 10010 1011010 101000 1010000 0 111000 1000001 10001010 1000011 10101

Color Harmonies of #125A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A28

Black with #125A28

Text Example


Text Example

White with #125A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125A28; }

 p { color: rgb(18,90,40); }

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

background-color css

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

 a { background-color: rgb(18,90,40); }

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

border-color css

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

 span { border-color: rgb(18,90,40); }

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