Html Css Color HEX #133530 Racing Green

📋 copy color: '#133530'

red 19 ◦ green 53 ◦ blue 48

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

Shades of Racing Green #133530

Tints of Racing Green #133530

RGB

 RED value IS 19 (7.81% from 255) = 15.83%

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

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

R = 15.83%
G = 44.17%
B = 40%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#133530 (or 0x133530) is known color: Racing Green. HEX triplet: 13, 35 and 30. RGB value is (19,53,48). Sum of RGB (Red+Green+Blue) = 19+53+48=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 53 - color contains mainly: green. Hex color #133530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133530 is #ECCACF. Grayscale: #2A2A2A. Windows color (decimal): -15518416 or 3159315. OLE color: 3159315.

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

Color convert

RGB 19 53 48 -
CMYK 0.64 0 0.09 0.79
HSL 171.18º 0.47% 0.14% -
HSV(B) 171.18º 0.64% 0.21% -
XYZ 2.08 2.9 3.25 -
YUV 42.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 19 53 48 0.64 0 0.09 0.79 171.18 0.47 0.14
Hex 13 35 30 40 0 9 4F AB 2F E
Octal 23 65 60 100 0 11 117 253 57 16
Binary 10011 110101 110000 1000000 0 1001 1001111 10101011 101111 1110

Color Harmonies of #133530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133530

Black with #133530

Text Example


Text Example

White with #133530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133530; }

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

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

background-color css

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

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

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

border-color css

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

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

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