Html Css Color HEX #0F511D Crusoe

📋 copy color: '#0F511D'

red 15 ◦ green 81 ◦ blue 29

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

Shades of Crusoe #0F511D

Tints of Crusoe #0F511D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 64.8%

 BLUE value IS 29 (11.72% from 255) = 23.2%

R = 12%
G = 64.8%
B = 23.2%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#0F511D (or 0x0F511D) is known color: Crusoe. HEX triplet: 0F, 51 and 1D. RGB value is (15,81,29). Sum of RGB (Red+Green+Blue) = 15+81+29=125 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12% from 125); Green value is 81 (32.03% from 255 or 64.8% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 81 - color contains mainly: green. Hex color #0F511D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F511D is #F0AEE2. Grayscale: #373737. Windows color (decimal): -15773411 or 1921295. OLE color: 1921295.

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

Color convert

RGB 15 81 29 -
CMYK 0.81 0 0.64 0.68
HSL 132.73º 0.69% 0.19% -
HSV(B) 132.73º 0.81% 0.32% -
XYZ 3.36 6.08 2.16 -
YUV 55.34 113.13 99.23 -
System Red Green Blue C M Y K H S L
Decimal 15 81 29 0.81 0 0.64 0.68 132.73 0.69 0.19
Hex F 51 1D 51 0 40 44 85 45 13
Octal 17 121 35 121 0 100 104 205 105 23
Binary 1111 1010001 11101 1010001 0 1000000 1000100 10000101 1000101 10011

Color Harmonies of #0F511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F511D

Black with #0F511D

Text Example


Text Example

White with #0F511D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,81,29); }

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

background-color css

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

 a { background-color: rgb(15,81,29); }

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

border-color css

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

 span { border-color: rgb(15,81,29); }

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