Html Css Color HEX #0F302A Racing Green

📋 copy color: '#0F302A'

red 15 ◦ green 48 ◦ blue 42

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

Shades of Racing Green #0F302A

Tints of Racing Green #0F302A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 45.71%

 BLUE value IS 42 (16.8% from 255) = 40%

R = 14.29%
G = 45.71%
B = 40%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.81

RGB Variations

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

Color information

#0F302A (or 0x0F302A) is known color: Racing Green. HEX triplet: 0F, 30 and 2A. RGB value is (15,48,42). Sum of RGB (Red+Green+Blue) = 15+48+42=105 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.29% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #0F302A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F302A is #F0CFD5. Grayscale: #252525. Windows color (decimal): -15781846 or 2764815. OLE color: 2764815.

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

Color convert

RGB 15 48 42 -
CMYK 0.69 0 0.13 0.81
HSL 169.09º 0.52% 0.12% -
HSV(B) 169.09º 0.69% 0.19% -
XYZ 1.67 2.38 2.56 -
YUV 37.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 15 48 42 0.69 0 0.13 0.81 169.09 0.52 0.12
Hex F 30 2A 45 0 D 51 A9 34 C
Octal 17 60 52 105 0 15 121 251 64 14
Binary 1111 110000 101010 1000101 0 1101 1010001 10101001 110100 1100

Color Harmonies of #0F302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F302A

Black with #0F302A

Text Example


Text Example

White with #0F302A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,48,42); }

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

background-color css

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

 a { background-color: rgb(15,48,42); }

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

border-color css

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

 span { border-color: rgb(15,48,42); }

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