Html Css Color HEX #0F592D Crusoe

📋 copy color: '#0F592D'

red 15 ◦ green 89 ◦ blue 45

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

Shades of Crusoe #0F592D

Tints of Crusoe #0F592D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 59.73%

 BLUE value IS 45 (17.97% from 255) = 30.2%

R = 10.07%
G = 59.73%
B = 30.2%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#0F592D (or 0x0F592D) is known color: Crusoe. HEX triplet: 0F, 59 and 2D. RGB value is (15,89,45). Sum of RGB (Red+Green+Blue) = 15+89+45=149 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.07% from 149); Green value is 89 (35.16% from 255 or 59.73% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 89 - color contains mainly: green. Hex color #0F592D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F592D is #F0A6D2. Grayscale: #3D3D3D. Windows color (decimal): -15771347 or 2971919. OLE color: 2971919.

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

Color convert

RGB 15 89 45 -
CMYK 0.83 0 0.49 0.65
HSL 144.32º 0.71% 0.2% -
HSV(B) 144.32º 0.83% 0.35% -
XYZ 4.24 7.44 3.69 -
YUV 61.86 118.48 94.58 -
System Red Green Blue C M Y K H S L
Decimal 15 89 45 0.83 0 0.49 0.65 144.32 0.71 0.2
Hex F 59 2D 53 0 31 41 90 47 14
Octal 17 131 55 123 0 61 101 220 107 24
Binary 1111 1011001 101101 1010011 0 110001 1000001 10010000 1000111 10100

Color Harmonies of #0F592D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F592D

Black with #0F592D

Text Example


Text Example

White with #0F592D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,89,45); }

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

background-color css

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

 a { background-color: rgb(15,89,45); }

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

border-color css

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

 span { border-color: rgb(15,89,45); }

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