Html Css Color HEX #125A2F Crusoe

📋 copy color: '#125A2F'

red 18 ◦ green 90 ◦ blue 47

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

Shades of Crusoe #125A2F

Tints of Crusoe #125A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 30.32%

R = 11.61%
G = 58.06%
B = 30.32%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#125A2F (or 0x125A2F) is known color: Crusoe. HEX triplet: 12, 5A and 2F. RGB value is (18,90,47). Sum of RGB (Red+Green+Blue) = 18+90+47=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 90 (35.55% from 255 or 58.06% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 90 - color contains mainly: green. Hex color #125A2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A2F is #EDA5D0. Grayscale: #3F3F3F. Windows color (decimal): -15574481 or 3103250. OLE color: 3103250.

HSL color Cylindrical-coordinate representation of color #125A2F: hue angle of 144.17º 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 #125A2F is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 90 47 -
CMYK 0.80 0 0.48 0.65
HSL 144.17º 0.67% 0.21% -
HSV(B) 144.17º 0.8% 0.35% -
XYZ 4.42 7.65 3.93 -
YUV 63.57 118.65 95.5 -
System Red Green Blue C M Y K H S L
Decimal 18 90 47 0.80 0 0.48 0.65 144.17 0.67 0.21
Hex 12 5A 2F 50 0 30 41 90 43 15
Octal 22 132 57 120 0 60 101 220 103 25
Binary 10010 1011010 101111 1010000 0 110000 1000001 10010000 1000011 10101

Color Harmonies of #125A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A2F

Black with #125A2F

Text Example


Text Example

White with #125A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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