Html Css Color HEX #125D1B Crusoe

📋 copy color: '#125D1B'

red 18 ◦ green 93 ◦ blue 27

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

Shades of Crusoe #125D1B

Tints of Crusoe #125D1B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 67.39%

 BLUE value IS 27 (10.94% from 255) = 19.57%

R = 13.04%
G = 67.39%
B = 19.57%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.71

 K value IS 0.64

RGB Variations

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

Color information

#125D1B (or 0x125D1B) is known color: Crusoe. HEX triplet: 12, 5D and 1B. RGB value is (18,93,27). Sum of RGB (Red+Green+Blue) = 18+93+27=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 93 (36.72% from 255 or 67.39% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 93 - color contains mainly: green. Hex color #125D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125D1B is #EDA2E4. Grayscale: #3F3F3F. Windows color (decimal): -15573733 or 1793298. OLE color: 1793298.

HSL color Cylindrical-coordinate representation of color #125D1B: hue angle of 127.2º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125D1B is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.64.

Color convert

RGB 18 93 27 -
CMYK 0.81 0 0.71 0.64
HSL 127.2º 0.68% 0.22% -
HSV(B) 127.2º 0.81% 0.36% -
XYZ 4.36 8.04 2.36 -
YUV 63.05 107.65 95.87 -
System Red Green Blue C M Y K H S L
Decimal 18 93 27 0.81 0 0.71 0.64 127.2 0.68 0.22
Hex 12 5D 1B 51 0 47 40 7F 44 16
Octal 22 135 33 121 0 107 100 177 104 26
Binary 10010 1011101 11011 1010001 0 1000111 1000000 1111111 1000100 10110

Color Harmonies of #125D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125D1B

Black with #125D1B

Text Example


Text Example

White with #125D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,93,27); }

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

background-color css

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

 a { background-color: rgb(18,93,27); }

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

border-color css

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

 span { border-color: rgb(18,93,27); }

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