Html Css Color HEX #0F5A1B Crusoe

📋 copy color: '#0F5A1B'

red 15 ◦ green 90 ◦ blue 27

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

Shades of Crusoe #0F5A1B

Tints of Crusoe #0F5A1B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 68.18%

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

R = 11.36%
G = 68.18%
B = 20.45%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#0F5A1B (or 0x0F5A1B) is known color: Crusoe. HEX triplet: 0F, 5A and 1B. RGB value is (15,90,27). Sum of RGB (Red+Green+Blue) = 15+90+27=132 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.36% from 132); Green value is 90 (35.55% from 255 or 68.18% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 90 - color contains mainly: green. Hex color #0F5A1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5A1B is #F0A5E4. Grayscale: #3C3C3C. Windows color (decimal): -15771109 or 1792527. OLE color: 1792527.

HSL color Cylindrical-coordinate representation of color #0F5A1B: hue angle of 129.6º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5A1B is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 15 90 27 -
CMYK 0.83 0 0.70 0.65
HSL 129.6º 0.71% 0.21% -
HSV(B) 129.6º 0.83% 0.35% -
XYZ 4.05 7.49 2.27 -
YUV 60.39 109.15 95.62 -
System Red Green Blue C M Y K H S L
Decimal 15 90 27 0.83 0 0.70 0.65 129.6 0.71 0.21
Hex F 5A 1B 53 0 46 41 82 47 15
Octal 17 132 33 123 0 106 101 202 107 25
Binary 1111 1011010 11011 1010011 0 1000110 1000001 10000010 1000111 10101

Color Harmonies of #0F5A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F5A1B

Black with #0F5A1B

Text Example


Text Example

White with #0F5A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,90,27); }

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

background-color css

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

 a { background-color: rgb(15,90,27); }

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

border-color css

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

 span { border-color: rgb(15,90,27); }

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