Html Css Color HEX #125A1C Crusoe

📋 copy color: '#125A1C'

red 18 ◦ green 90 ◦ blue 28

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

Shades of Crusoe #125A1C

Tints of Crusoe #125A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.59%

R = 13.24%
G = 66.18%
B = 20.59%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#125A1C (or 0x125A1C) is known color: Crusoe. HEX triplet: 12, 5A and 1C. RGB value is (18,90,28). Sum of RGB (Red+Green+Blue) = 18+90+28=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 90 (35.55% from 255 or 66.18% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 90 - color contains mainly: green. Hex color #125A1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125A1C is #EDA5E3. Grayscale: #3D3D3D. Windows color (decimal): -15574500 or 1858066. OLE color: 1858066.

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

Color convert

RGB 18 90 28 -
CMYK 0.80 0 0.69 0.65
HSL 128.33º 0.67% 0.21% -
HSV(B) 128.33º 0.8% 0.35% -
XYZ 4.12 7.52 2.33 -
YUV 61.4 109.15 97.04 -
System Red Green Blue C M Y K H S L
Decimal 18 90 28 0.80 0 0.69 0.65 128.33 0.67 0.21
Hex 12 5A 1C 50 0 45 41 80 43 15
Octal 22 132 34 120 0 105 101 200 103 25
Binary 10010 1011010 11100 1010000 0 1000101 1000001 10000000 1000011 10101

Color Harmonies of #125A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A1C

Black with #125A1C

Text Example


Text Example

White with #125A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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