Html Css Color HEX #123228 Racing Green

📋 copy color: '#123228'

red 18 ◦ green 50 ◦ blue 40

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

Shades of Racing Green #123228

Tints of Racing Green #123228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 46.3%

 BLUE value IS 40 (16.02% from 255) = 37.04%

R = 16.67%
G = 46.3%
B = 37.04%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.20

 K value IS 0.80

RGB Variations

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

Color information

#123228 (or 0x123228) is known color: Racing Green. HEX triplet: 12, 32 and 28. RGB value is (18,50,40). Sum of RGB (Red+Green+Blue) = 18+50+40=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #123228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123228 is #EDCDD7. Grayscale: #272727. Windows color (decimal): -15584728 or 2634258. OLE color: 2634258.

HSL color Cylindrical-coordinate representation of color #123228: hue angle of 161.25º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #123228 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.

Color convert

RGB 18 50 40 -
CMYK 0.64 0 0.20 0.80
HSL 161.25º 0.47% 0.13% -
HSV(B) 161.25º 0.64% 0.2% -
XYZ 1.77 2.56 2.41 -
YUV 39.29 128.4 112.81 -
System Red Green Blue C M Y K H S L
Decimal 18 50 40 0.64 0 0.20 0.80 161.25 0.47 0.13
Hex 12 32 28 40 0 14 50 A1 2F D
Octal 22 62 50 100 0 24 120 241 57 15
Binary 10010 110010 101000 1000000 0 10100 1010000 10100001 101111 1101

Color Harmonies of #123228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123228

Black with #123228

Text Example


Text Example

White with #123228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123228; }

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

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

background-color css

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

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

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

border-color css

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

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

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