Html Css Color HEX #0F8533 Dark Spring Green

📋 copy color: '#0F8533'

red 15 ◦ green 133 ◦ blue 51

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

Shades of Dark Spring Green #0F8533

Tints of Dark Spring Green #0F8533

RGB

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

 GREEN value IS 133 (52.34% from 255) = 66.83%

 BLUE value IS 51 (20.31% from 255) = 25.63%

R = 7.54%
G = 66.83%
B = 25.63%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#0F8533 (or 0x0F8533) is known color: Dark Spring Green. HEX triplet: 0F, 85 and 33. RGB value is (15,133,51). Sum of RGB (Red+Green+Blue) = 15+133+51=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 133 (52.34% from 255 or 66.83% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 133 - color contains mainly: green. Hex color #0F8533 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8533 is #F07ACC. Grayscale: #585858. Windows color (decimal): -15760077 or 3376399. OLE color: 3376399.

HSL color Cylindrical-coordinate representation of color #0F8533: hue angle of 138.31º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8533 is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 15 133 51 -
CMYK 0.89 0 0.62 0.48
HSL 138.31º 0.8% 0.29% -
HSV(B) 138.31º 0.89% 0.52% -
XYZ 9.18 17.12 5.95 -
YUV 88.37 106.91 75.67 -
System Red Green Blue C M Y K H S L
Decimal 15 133 51 0.89 0 0.62 0.48 138.31 0.8 0.29
Hex F 85 33 59 0 3E 30 8A 50 1D
Octal 17 205 63 131 0 76 60 212 120 35
Binary 1111 10000101 110011 1011001 0 111110 110000 10001010 1010000 11101

Color Harmonies of #0F8533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8533

Black with #0F8533

Text Example


Text Example

White with #0F8533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,133,51); }

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

background-color css

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

 a { background-color: rgb(15,133,51); }

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

border-color css

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

 span { border-color: rgb(15,133,51); }

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