Html Css Color HEX #0F5E18 Crusoe

📋 copy color: '#0F5E18'

red 15 ◦ green 94 ◦ blue 24

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

Shades of Crusoe #0F5E18

Tints of Crusoe #0F5E18

RGB

 RED value IS 15 (6.25% from 255) = 11.28%

 GREEN value IS 94 (37.11% from 255) = 70.68%

 BLUE value IS 24 (9.77% from 255) = 18.05%

R = 11.28%
G = 70.68%
B = 18.05%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.63

RGB Variations

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

Color information

#0F5E18 (or 0x0F5E18) is known color: Crusoe. HEX triplet: 0F, 5E and 18. RGB value is (15,94,24). Sum of RGB (Red+Green+Blue) = 15+94+24=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 94 (37.11% from 255 or 70.68% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 94 - color contains mainly: green. Hex color #0F5E18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5E18 is #F0A1E7. Grayscale: #3E3E3E. Windows color (decimal): -15770088 or 1596943. OLE color: 1596943.

HSL color Cylindrical-coordinate representation of color #0F5E18: hue angle of 126.84º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F5E18 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.63.

Color convert

RGB 15 94 24 -
CMYK 0.84 0 0.74 0.63
HSL 126.84º 0.72% 0.21% -
HSV(B) 126.84º 0.84% 0.37% -
XYZ 4.36 8.17 2.21 -
YUV 62.4 106.33 94.19 -
System Red Green Blue C M Y K H S L
Decimal 15 94 24 0.84 0 0.74 0.63 126.84 0.72 0.21
Hex F 5E 18 54 0 4A 3F 7F 48 15
Octal 17 136 30 124 0 112 77 177 110 25
Binary 1111 1011110 11000 1010100 0 1001010 111111 1111111 1001000 10101

Color Harmonies of #0F5E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5E18

Black with #0F5E18

Text Example


Text Example

White with #0F5E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F5E18; }

 p { color: rgb(15,94,24); }

 H1.HeaderClassName
 {
   color: #0F5E18;
 }
 .AnyTagClassName
 {
   color: #0F5E18;
 }
</style>

background-color css

<style>
 a { background-color: #0F5E18; }

 a { background-color: rgb(15,94,24); }

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

border-color css

<style>
 span { border-color: #0F5E18; }

 span { border-color: rgb(15,94,24); }

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