Html Css Color HEX #0F2321 Racing Green

📋 copy color: '#0F2321'

red 15 ◦ green 35 ◦ blue 33

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

Shades of Racing Green #0F2321

Tints of Racing Green #0F2321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 39.76%

R = 18.07%
G = 42.17%
B = 39.76%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.86

RGB Variations

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

Color information

#0F2321 (or 0x0F2321) is known color: Racing Green. HEX triplet: 0F, 23 and 21. RGB value is (15,35,33). Sum of RGB (Red+Green+Blue) = 15+35+33=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 35 (14.06% from 255 or 42.17% from 83); Blue value is 33 (13.28% from 255 or 39.76% from 83); Max value from RGB is 35 - color contains mainly: green. Hex color #0F2321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2321 is #F0DCDE. Grayscale: #1C1C1C. Windows color (decimal): -15785183 or 2171663. OLE color: 2171663.

HSL color Cylindrical-coordinate representation of color #0F2321: hue angle of 174º 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 #0F2321 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB 15 35 33 -
CMYK 0.57 0 0.06 0.86
HSL 174º 0.4% 0.1% -
HSV(B) 174º 0.57% 0.14% -
XYZ 1.07 1.41 1.66 -
YUV 28.79 130.37 118.16 -
System Red Green Blue C M Y K H S L
Decimal 15 35 33 0.57 0 0.06 0.86 174 0.4 0.1
Hex F 23 21 39 0 6 56 AE 28 A
Octal 17 43 41 71 0 6 126 256 50 12
Binary 1111 100011 100001 111001 0 110 1010110 10101110 101000 1010

Color Harmonies of #0F2321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2321

Black with #0F2321

Text Example


Text Example

White with #0F2321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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