Html Css Color HEX #0F5B1E Crusoe

📋 copy color: '#0F5B1E'

red 15 ◦ green 91 ◦ blue 30

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

Shades of Crusoe #0F5B1E

Tints of Crusoe #0F5B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.06%

R = 11.03%
G = 66.91%
B = 22.06%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.67

 K value IS 0.64

RGB Variations

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

Color information

#0F5B1E (or 0x0F5B1E) is known color: Crusoe. HEX triplet: 0F, 5B and 1E. RGB value is (15,91,30). Sum of RGB (Red+Green+Blue) = 15+91+30=136 (18% of max value = 765). Red value is 15 (6.25% from 255 or 11.03% from 136); Green value is 91 (35.94% from 255 or 66.91% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 91 - color contains mainly: green. Hex color #0F5B1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5B1E is #F0A4E1. Grayscale: #3D3D3D. Windows color (decimal): -15770850 or 1989391. OLE color: 1989391.

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

Color convert

RGB 15 91 30 -
CMYK 0.84 0 0.67 0.64
HSL 131.84º 0.72% 0.21% -
HSV(B) 131.84º 0.84% 0.36% -
XYZ 4.17 7.68 2.49 -
YUV 61.32 110.32 94.96 -
System Red Green Blue C M Y K H S L
Decimal 15 91 30 0.84 0 0.67 0.64 131.84 0.72 0.21
Hex F 5B 1E 54 0 43 40 84 48 15
Octal 17 133 36 124 0 103 100 204 110 25
Binary 1111 1011011 11110 1010100 0 1000011 1000000 10000100 1001000 10101

Color Harmonies of #0F5B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5B1E

Black with #0F5B1E

Text Example


Text Example

White with #0F5B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,91,30); }

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

background-color css

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

 a { background-color: rgb(15,91,30); }

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

border-color css

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

 span { border-color: rgb(15,91,30); }

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