Html Css Color HEX #0F2320 Racing Green

📋 copy color: '#0F2320'

red 15 ◦ green 35 ◦ blue 32

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

Shades of Racing Green #0F2320

Tints of Racing Green #0F2320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 42.68%

 BLUE value IS 32 (12.89% from 255) = 39.02%

R = 18.29%
G = 42.68%
B = 39.02%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#0F2320 (or 0x0F2320) is known color: Racing Green. HEX triplet: 0F, 23 and 20. RGB value is (15,35,32). Sum of RGB (Red+Green+Blue) = 15+35+32=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 35 (14.06% from 255 or 42.68% from 82); Blue value is 32 (12.89% from 255 or 39.02% from 82); Max value from RGB is 35 - color contains mainly: green. Hex color #0F2320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2320 is #F0DCDF. Grayscale: #1C1C1C. Windows color (decimal): -15785184 or 2106127. OLE color: 2106127.

HSL color Cylindrical-coordinate representation of color #0F2320: hue angle of 171º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0F2320 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB 15 35 32 -
CMYK 0.57 0 0.09 0.86
HSL 171º 0.4% 0.1% -
HSV(B) 171º 0.57% 0.14% -
XYZ 1.06 1.41 1.58 -
YUV 28.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 15 35 32 0.57 0 0.09 0.86 171 0.4 0.1
Hex F 23 20 39 0 9 56 AB 28 A
Octal 17 43 40 71 0 11 126 253 50 12
Binary 1111 100011 100000 111001 0 1001 1010110 10101011 101000 1010

Color Harmonies of #0F2320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2320

Black with #0F2320

Text Example


Text Example

White with #0F2320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,35,32); }

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

background-color css

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

 a { background-color: rgb(15,35,32); }

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

border-color css

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

 span { border-color: rgb(15,35,32); }

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