Html Css Color HEX #133430 Racing Green

📋 copy color: '#133430'

red 19 ◦ green 52 ◦ blue 48

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

Shades of Racing Green #133430

Tints of Racing Green #133430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 43.7%

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

R = 15.97%
G = 43.7%
B = 40.34%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#133430 (or 0x133430) is known color: Racing Green. HEX triplet: 13, 34 and 30. RGB value is (19,52,48). Sum of RGB (Red+Green+Blue) = 19+52+48=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 52 - color contains mainly: green. Hex color #133430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133430 is #ECCBCF. Grayscale: #292929. Windows color (decimal): -15518672 or 3159059. OLE color: 3159059.

HSL color Cylindrical-coordinate representation of color #133430: hue angle of 172.73º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133430 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 52 48 -
CMYK 0.63 0 0.08 0.80
HSL 172.73º 0.46% 0.14% -
HSV(B) 172.73º 0.63% 0.2% -
XYZ 2.03 2.81 3.23 -
YUV 41.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 19 52 48 0.63 0 0.08 0.80 172.73 0.46 0.14
Hex 13 34 30 3F 0 8 50 AD 2E E
Octal 23 64 60 77 0 10 120 255 56 16
Binary 10011 110100 110000 111111 0 1000 1010000 10101101 101110 1110

Color Harmonies of #133430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133430

Black with #133430

Text Example


Text Example

White with #133430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133430; }

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

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

background-color css

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

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

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

border-color css

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

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

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