Html Css Color HEX #123530 Racing Green

📋 copy color: '#123530'

red 18 ◦ green 53 ◦ blue 48

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

Shades of Racing Green #123530

Tints of Racing Green #123530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 44.54%

 BLUE value IS 48 (19.14% from 255) = 40.34%

R = 15.13%
G = 44.54%
B = 40.34%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#123530 (or 0x123530) is known color: Racing Green. HEX triplet: 12, 35 and 30. RGB value is (18,53,48). Sum of RGB (Red+Green+Blue) = 18+53+48=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 53 - color contains mainly: green. Hex color #123530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123530 is #EDCACF. Grayscale: #292929. Windows color (decimal): -15583952 or 3159314. OLE color: 3159314.

HSL color Cylindrical-coordinate representation of color #123530: hue angle of 171.43º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #123530 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 53 48 -
CMYK 0.66 0 0.09 0.79
HSL 171.43º 0.49% 0.14% -
HSV(B) 171.43º 0.66% 0.21% -
XYZ 2.06 2.89 3.25 -
YUV 41.97 131.4 110.91 -
System Red Green Blue C M Y K H S L
Decimal 18 53 48 0.66 0 0.09 0.79 171.43 0.49 0.14
Hex 12 35 30 42 0 9 4F AB 31 E
Octal 22 65 60 102 0 11 117 253 61 16
Binary 10010 110101 110000 1000010 0 1001 1001111 10101011 110001 1110

Color Harmonies of #123530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123530

Black with #123530

Text Example


Text Example

White with #123530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123530; }

 p { color: rgb(18,53,48); }

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

background-color css

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

 a { background-color: rgb(18,53,48); }

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

border-color css

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

 span { border-color: rgb(18,53,48); }

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