#0D2422

Color #0D2422 Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Racing Green #0D2422

Tints of Racing Green #0D2422

Color information

#0D2422 (or 0x0D2422) is unknown color: approx Racing Green. HEX triplet: 0D, 24 and 22. RGB value is (13,36,34). Sum of RGB (Red+Green+Blue) = 13+36+34=83 (10% of max value = 765). Red value is 13 (5.47% from 255 or 15.66% from 83); Green value is 36 (14.45% from 255 or 43.37% from 83); Blue value is 34 (13.67% from 255 or 40.96% from 83); Max value from RGB is 36 - color contains mainly: green. Hex color #0D2422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2422 is #F2DBDD. Grayscale: #1C1C1C. Windows color (decimal): -15915998 or 2237453. OLE color: 2237453.

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

Color convert

RGB133634-
CMYK0.6400.060.86
HSL174.78º46.94%9.61%-
HSV(B)174.78º63.89%14.12%-
XYZ1.091.461.74-
YUV28.9130.88116.66-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 15.66%
GREEN value IS 36 (14.45% from 255) = 43.37%
BLUE value IS 34 (13.67% from 255) = 40.96%
R=15.66%
G=43.37%
B=40.96%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1336340.6400.060.86174.7846.949.61
HexD2422400656af2fa
Octal154442100061262575712
Binary1101100100100010100000001101010110101011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,36,34); }

 H1.HeaderClassName
 {
   color: #0D2422;
 }
 .AnyTagClassName
 {
   color: #0D2422;
 }
</style>
background-color css

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

 a { background-color: rgb(13,36,34); }

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

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

 span { border-color: rgb(13,36,34); }

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