Html Css Color HEX #0F501B Crusoe

📋 copy color: '#0F501B'

red 15 ◦ green 80 ◦ blue 27

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

Shades of Crusoe #0F501B

Tints of Crusoe #0F501B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 65.57%

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

R = 12.3%
G = 65.57%
B = 22.13%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#0F501B (or 0x0F501B) is known color: Crusoe. HEX triplet: 0F, 50 and 1B. RGB value is (15,80,27). Sum of RGB (Red+Green+Blue) = 15+80+27=122 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.30% from 122); Green value is 80 (31.64% from 255 or 65.57% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 80 - color contains mainly: green. Hex color #0F501B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F501B is #F0AFE4. Grayscale: #363636. Windows color (decimal): -15773669 or 1789967. OLE color: 1789967.

HSL color Cylindrical-coordinate representation of color #0F501B: hue angle of 131.08º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F501B is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 80 27 -
CMYK 0.81 0 0.66 0.69
HSL 131.08º 0.68% 0.19% -
HSV(B) 131.08º 0.81% 0.31% -
XYZ 3.26 5.92 2.01 -
YUV 54.52 112.47 99.81 -
System Red Green Blue C M Y K H S L
Decimal 15 80 27 0.81 0 0.66 0.69 131.08 0.68 0.19
Hex F 50 1B 51 0 42 45 83 44 13
Octal 17 120 33 121 0 102 105 203 104 23
Binary 1111 1010000 11011 1010001 0 1000010 1000101 10000011 1000100 10011

Color Harmonies of #0F501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F501B

Black with #0F501B

Text Example


Text Example

White with #0F501B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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