Html Css Color HEX #125B2D Crusoe

📋 copy color: '#125B2D'

red 18 ◦ green 91 ◦ blue 45

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

Shades of Crusoe #125B2D

Tints of Crusoe #125B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 29.22%

R = 11.69%
G = 59.09%
B = 29.22%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.51

 K value IS 0.64

RGB Variations

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

Color information

#125B2D (or 0x125B2D) is known color: Crusoe. HEX triplet: 12, 5B and 2D. RGB value is (18,91,45). Sum of RGB (Red+Green+Blue) = 18+91+45=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 91 (35.94% from 255 or 59.09% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 91 - color contains mainly: green. Hex color #125B2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125B2D is #EDA4D2. Grayscale: #404040. Windows color (decimal): -15574227 or 2972434. OLE color: 2972434.

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

Color convert

RGB 18 91 45 -
CMYK 0.80 0 0.51 0.64
HSL 142.19º 0.67% 0.21% -
HSV(B) 142.19º 0.8% 0.36% -
XYZ 4.46 7.8 3.75 -
YUV 63.93 117.32 95.24 -
System Red Green Blue C M Y K H S L
Decimal 18 91 45 0.80 0 0.51 0.64 142.19 0.67 0.21
Hex 12 5B 2D 50 0 33 40 8E 43 15
Octal 22 133 55 120 0 63 100 216 103 25
Binary 10010 1011011 101101 1010000 0 110011 1000000 10001110 1000011 10101

Color Harmonies of #125B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125B2D

Black with #125B2D

Text Example


Text Example

White with #125B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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