#143430

Color #143430 Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Racing Green #143430

Tints of Racing Green #143430

Color information

#143430 (or 0x143430) is unknown color: approx Racing Green. HEX triplet: 14, 34 and 30. RGB value is (20,52,48). Sum of RGB (Red+Green+Blue) = 20+52+48=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 52 - color contains mainly: green. Hex color #143430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143430 is #EBCBCF. Grayscale: #292929. Windows color (decimal): -15453136 or 3159060. OLE color: 3159060.

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

Color convert

RGB205248-
CMYK0.6200.080.80
HSL172.5º44.44%14.12%-
HSV(B)172.5º61.54%20.39%-
XYZ2.052.823.23-
YUV41.98131.4112.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.67%
GREEN value IS 52 (20.70% from 255) = 43.33%
BLUE value IS 48 (19.14% from 255) = 40%
R=16.67%
G=43.33%
B=40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2052480.6200.080.80172.544.4414.12
Hex1434303E0850ac2ce
Octal246460760101202545416
Binary10100110100110000111110010001010000101011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143430; }

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

 H1.HeaderClassName
 {
   color: #143430;
 }
 .AnyTagClassName
 {
   color: #143430;
 }
</style>
background-color css

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

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

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

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

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

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