Html Css Color HEX #0F2925 Racing Green

📋 copy color: '#0F2925'

red 15 ◦ green 41 ◦ blue 37

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

Shades of Racing Green #0F2925

Tints of Racing Green #0F2925

RGB

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

 GREEN value IS 41 (16.41% from 255) = 44.09%

 BLUE value IS 37 (14.84% from 255) = 39.78%

R = 16.13%
G = 44.09%
B = 39.78%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.10

 K value IS 0.84

RGB Variations

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

Color information

#0F2925 (or 0x0F2925) is known color: Racing Green. HEX triplet: 0F, 29 and 25. RGB value is (15,41,37). Sum of RGB (Red+Green+Blue) = 15+41+37=93 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.13% from 93); Green value is 41 (16.41% from 255 or 44.09% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 41 - color contains mainly: green. Hex color #0F2925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2925 is #F0D6DA. Grayscale: #202020. Windows color (decimal): -15783643 or 2435343. OLE color: 2435343.

HSL color Cylindrical-coordinate representation of color #0F2925: hue angle of 170.77º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0F2925 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB 15 41 37 -
CMYK 0.63 0 0.10 0.84
HSL 170.77º 0.46% 0.11% -
HSV(B) 170.77º 0.63% 0.16% -
XYZ 1.32 1.82 2.03 -
YUV 32.77 130.39 115.33 -
System Red Green Blue C M Y K H S L
Decimal 15 41 37 0.63 0 0.10 0.84 170.77 0.46 0.11
Hex F 29 25 3F 0 A 54 AB 2E B
Octal 17 51 45 77 0 12 124 253 56 13
Binary 1111 101001 100101 111111 0 1010 1010100 10101011 101110 1011

Color Harmonies of #0F2925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2925

Black with #0F2925

Text Example


Text Example

White with #0F2925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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