Html Css Color HEX #0F3029 Racing Green

📋 copy color: '#0F3029'

red 15 ◦ green 48 ◦ blue 41

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

Shades of Racing Green #0F3029

Tints of Racing Green #0F3029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 39.42%

R = 14.42%
G = 46.15%
B = 39.42%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#0F3029 (or 0x0F3029) is known color: Racing Green. HEX triplet: 0F, 30 and 29. RGB value is (15,48,41). Sum of RGB (Red+Green+Blue) = 15+48+41=104 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.42% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 41 (16.41% from 255 or 39.42% from 104); Max value from RGB is 48 - color contains mainly: green. Hex color #0F3029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3029 is #F0CFD6. Grayscale: #252525. Windows color (decimal): -15781847 or 2699279. OLE color: 2699279.

HSL color Cylindrical-coordinate representation of color #0F3029: hue angle of 167.27º 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 #0F3029 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.81.

Color convert

RGB 15 48 41 -
CMYK 0.69 0 0.15 0.81
HSL 167.27º 0.52% 0.12% -
HSV(B) 167.27º 0.69% 0.19% -
XYZ 1.65 2.38 2.47 -
YUV 37.34 130.07 112.07 -
System Red Green Blue C M Y K H S L
Decimal 15 48 41 0.69 0 0.15 0.81 167.27 0.52 0.12
Hex F 30 29 45 0 F 51 A7 34 C
Octal 17 60 51 105 0 17 121 247 64 14
Binary 1111 110000 101001 1000101 0 1111 1010001 10100111 110100 1100

Color Harmonies of #0F3029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F3029

Black with #0F3029

Text Example


Text Example

White with #0F3029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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