#1D2F2A

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

Shades of Racing Green #1D2F2A

Tints of Racing Green #1D2F2A

Color information

#1D2F2A (or 0x1D2F2A) is unknown color: approx Racing Green. HEX triplet: 1D, 2F and 2A. RGB value is (29,47,42). Sum of RGB (Red+Green+Blue) = 29+47+42=118 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.58% from 118); Green value is 47 (18.75% from 255 or 39.83% from 118); Blue value is 42 (16.80% from 255 or 35.59% from 118); Max value from RGB is 47 - color contains mainly: green. Hex color #1D2F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2F2A is #E2D0D5. Grayscale: #292929. Windows color (decimal): -14864598 or 2764573. OLE color: 2764573.

HSL color Cylindrical-coordinate representation of color #1D2F2A: hue angle of 163.33º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1D2F2A is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB294742-
CMYK0.3800.110.82
HSL163.33º23.68%14.9%-
HSV(B)163.33º38.3%18.43%-
XYZ1.942.462.56-
YUV41.05128.54119.41-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 24.58%
GREEN value IS 47 (18.75% from 255) = 39.83%
BLUE value IS 42 (16.80% from 255) = 35.59%
R=24.58%
G=39.83%
B=35.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2947420.3800.110.82163.3323.6814.9
Hex1D2F2A260B52a318f
Octal355752460131222433017
Binary1110110111110101010011001011101001010100011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,47,42); }

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

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

 a { background-color: rgb(29,47,42); }

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

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

 span { border-color: rgb(29,47,42); }

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