Html Css Color HEX #125F25 Crusoe

📋 copy color: '#125F25'

red 18 ◦ green 95 ◦ blue 37

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

Shades of Crusoe #125F25

Tints of Crusoe #125F25

RGB

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

 GREEN value IS 95 (37.5% from 255) = 63.33%

 BLUE value IS 37 (14.84% from 255) = 24.67%

R = 12%
G = 63.33%
B = 24.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.61

 K value IS 0.63

RGB Variations

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

Color information

#125F25 (or 0x125F25) is known color: Crusoe. HEX triplet: 12, 5F and 25. RGB value is (18,95,37). Sum of RGB (Red+Green+Blue) = 18+95+37=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 95 (37.5% from 255 or 63.33% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 95 - color contains mainly: green. Hex color #125F25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125F25 is #EDA0DA. Grayscale: #414141. Windows color (decimal): -15573211 or 2449170. OLE color: 2449170.

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

Color convert

RGB 18 95 37 -
CMYK 0.81 0 0.61 0.63
HSL 134.81º 0.68% 0.22% -
HSV(B) 134.81º 0.81% 0.37% -
XYZ 4.68 8.45 3.13 -
YUV 65.37 111.99 94.22 -
System Red Green Blue C M Y K H S L
Decimal 18 95 37 0.81 0 0.61 0.63 134.81 0.68 0.22
Hex 12 5F 25 51 0 3D 3F 87 44 16
Octal 22 137 45 121 0 75 77 207 104 26
Binary 10010 1011111 100101 1010001 0 111101 111111 10000111 1000100 10110

Color Harmonies of #125F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125F25

Black with #125F25

Text Example


Text Example

White with #125F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,95,37); }

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

background-color css

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

 a { background-color: rgb(18,95,37); }

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

border-color css

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

 span { border-color: rgb(18,95,37); }

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