#1F3430

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

Shades of Racing Green #1F3430

Tints of Racing Green #1F3430

Color information

#1F3430 (or 0x1F3430) is unknown color: approx Racing Green. HEX triplet: 1F, 34 and 30. RGB value is (31,52,48). Sum of RGB (Red+Green+Blue) = 31+52+48=131 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.66% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 52 - color contains mainly: green. Hex color #1F3430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3430 is #E0CBCF. Grayscale: #2D2D2D. Windows color (decimal): -14732240 or 3159071. OLE color: 3159071.

HSL color Cylindrical-coordinate representation of color #1F3430: hue angle of 168.57º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1F3430 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB315248-
CMYK0.4000.080.80
HSL168.57º25.3%16.27%-
HSV(B)168.57º40.38%20.39%-
XYZ2.332.963.25-
YUV45.26129.54117.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.66%
GREEN value IS 52 (20.70% from 255) = 39.69%
BLUE value IS 48 (19.14% from 255) = 36.64%
R=23.66%
G=39.69%
B=36.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3152480.4000.080.80168.5725.316.27
Hex1F3430280850a91910
Octal376460500101202513120
Binary11111110100110000101000010001010000101010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F3430; }

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

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

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

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

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

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

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

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