Html Css Color HEX #122B25 Racing Green

📋 copy color: '#122B25'

red 18 ◦ green 43 ◦ blue 37

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

Shades of Racing Green #122B25

Tints of Racing Green #122B25

RGB

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

 GREEN value IS 43 (17.19% from 255) = 43.88%

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

R = 18.37%
G = 43.88%
B = 37.76%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.14

 K value IS 0.83

RGB Variations

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

Color information

#122B25 (or 0x122B25) is known color: Racing Green. HEX triplet: 12, 2B and 25. RGB value is (18,43,37). Sum of RGB (Red+Green+Blue) = 18+43+37=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 43 (17.19% from 255 or 43.88% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 43 - color contains mainly: green. Hex color #122B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122B25 is #EDD4DA. Grayscale: #222222. Windows color (decimal): -15586523 or 2435858. OLE color: 2435858.

HSL color Cylindrical-coordinate representation of color #122B25: hue angle of 165.6º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #122B25 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.83.

Color convert

RGB 18 43 37 -
CMYK 0.58 0 0.14 0.83
HSL 165.6º 0.41% 0.12% -
HSV(B) 165.6º 0.58% 0.17% -
XYZ 1.45 1.99 2.06 -
YUV 34.84 129.22 115.99 -
System Red Green Blue C M Y K H S L
Decimal 18 43 37 0.58 0 0.14 0.83 165.6 0.41 0.12
Hex 12 2B 25 3A 0 E 53 A6 29 C
Octal 22 53 45 72 0 16 123 246 51 14
Binary 10010 101011 100101 111010 0 1110 1010011 10100110 101001 1100

Color Harmonies of #122B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122B25

Black with #122B25

Text Example


Text Example

White with #122B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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