Html Css Color HEX #125B27 Crusoe

📋 copy color: '#125B27'

red 18 ◦ green 91 ◦ blue 39

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

Shades of Crusoe #125B27

Tints of Crusoe #125B27

RGB

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

 GREEN value IS 91 (35.94% from 255) = 61.49%

 BLUE value IS 39 (15.63% from 255) = 26.35%

R = 12.16%
G = 61.49%
B = 26.35%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.57

 K value IS 0.64

RGB Variations

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

Color information

#125B27 (or 0x125B27) is known color: Crusoe. HEX triplet: 12, 5B and 27. RGB value is (18,91,39). Sum of RGB (Red+Green+Blue) = 18+91+39=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 91 (35.94% from 255 or 61.49% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 91 - color contains mainly: green. Hex color #125B27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B27 is #EDA4D8. Grayscale: #3F3F3F. Windows color (decimal): -15574233 or 2579218. OLE color: 2579218.

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

Color convert

RGB 18 91 39 -
CMYK 0.80 0 0.57 0.64
HSL 137.26º 0.67% 0.21% -
HSV(B) 137.26º 0.8% 0.36% -
XYZ 4.36 7.76 3.19 -
YUV 63.25 114.32 95.73 -
System Red Green Blue C M Y K H S L
Decimal 18 91 39 0.80 0 0.57 0.64 137.26 0.67 0.21
Hex 12 5B 27 50 0 39 40 89 43 15
Octal 22 133 47 120 0 71 100 211 103 25
Binary 10010 1011011 100111 1010000 0 111001 1000000 10001001 1000011 10101

Color Harmonies of #125B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125B27

Black with #125B27

Text Example


Text Example

White with #125B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,91,39); }

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

background-color css

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

 a { background-color: rgb(18,91,39); }

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

border-color css

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

 span { border-color: rgb(18,91,39); }

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