Html Css Color HEX #122825 Racing Green

📋 copy color: '#122825'

red 18 ◦ green 40 ◦ blue 37

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

Shades of Racing Green #122825

Tints of Racing Green #122825

RGB

 RED value IS 18 (7.42% from 255) = 18.95%

 GREEN value IS 40 (16.02% from 255) = 42.11%

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

R = 18.95%
G = 42.11%
B = 38.95%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.84

RGB Variations

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

Color information

#122825 (or 0x122825) is known color: Racing Green. HEX triplet: 12, 28 and 25. RGB value is (18,40,37). Sum of RGB (Red+Green+Blue) = 18+40+37=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 40 - color contains mainly: green. Hex color #122825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122825 is #EDD7DA. Grayscale: #212121. Windows color (decimal): -15587291 or 2435090. OLE color: 2435090.

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

Color convert

RGB 18 40 37 -
CMYK 0.55 0 0.07 0.84
HSL 171.82º 0.38% 0.11% -
HSV(B) 171.82º 0.55% 0.16% -
XYZ 1.34 1.78 2.02 -
YUV 33.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 18 40 37 0.55 0 0.07 0.84 171.82 0.38 0.11
Hex 12 28 25 37 0 7 54 AC 26 B
Octal 22 50 45 67 0 7 124 254 46 13
Binary 10010 101000 100101 110111 0 111 1010100 10101100 100110 1011

Color Harmonies of #122825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122825

Black with #122825

Text Example


Text Example

White with #122825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122825; }

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

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

background-color css

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

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

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

border-color css

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

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

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