#122F28

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

Shades of Racing Green #122F28

Tints of Racing Green #122F28

Color information

#122F28 (or 0x122F28) is unknown color: approx Racing Green. HEX triplet: 12, 2F and 28. RGB value is (18,47,40). Sum of RGB (Red+Green+Blue) = 18+47+40=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 47 (18.75% from 255 or 44.76% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 47 - color contains mainly: green. Hex color #122F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F28 is #EDD0D7. Grayscale: #252525. Windows color (decimal): -15585496 or 2633490. OLE color: 2633490.

HSL color Cylindrical-coordinate representation of color #122F28: hue angle of 165.52º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #122F28 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.

Color convert

RGB184740-
CMYK0.6200.150.82
HSL165.52º44.62%12.75%-
HSV(B)165.52º61.7%18.43%-
XYZ1.652.312.37-
YUV37.53129.39114.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.14%
GREEN value IS 47 (18.75% from 255) = 44.76%
BLUE value IS 40 (16.02% from 255) = 38.10%
R=17.14%
G=44.76%
B=38.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1847400.6200.150.82165.5244.6212.75
Hex122F283E0F52a62dd
Octal225750760171222465515
Binary10010101111101000111110011111010010101001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122F28; }

 p { color: rgb(18,47,40); }

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

<style>
 a { background-color: #122F28; }

 a { background-color: rgb(18,47,40); }

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

<style>
 span { border-color: #122F28; }

 span { border-color: rgb(18,47,40); }

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