Html Css Color HEX #1D362F Racing Green

📋 copy color: '#1D362F'

red 29 ◦ green 54 ◦ blue 47

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

Shades of Racing Green #1D362F

Tints of Racing Green #1D362F

RGB

 RED value IS 29 (11.72% from 255) = 22.31%

 GREEN value IS 54 (21.48% from 255) = 41.54%

 BLUE value IS 47 (18.75% from 255) = 36.15%

R = 22.31%
G = 41.54%
B = 36.15%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#1D362F (or 0x1D362F) is known color: Racing Green. HEX triplet: 1D, 36 and 2F. RGB value is (29,54,47). Sum of RGB (Red+Green+Blue) = 29+54+47=130 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.31% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 54 - color contains mainly: green. Hex color #1D362F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D362F is #E2C9D0. Grayscale: #2D2D2D. Windows color (decimal): -14862801 or 3094045. OLE color: 3094045.

HSL color Cylindrical-coordinate representation of color #1D362F: hue angle of 163.2º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1D362F is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB 29 54 47 -
CMYK 0.46 0 0.13 0.79
HSL 163.2º 0.3% 0.16% -
HSV(B) 163.2º 0.46% 0.21% -
XYZ 2.34 3.1 3.17 -
YUV 45.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 29 54 47 0.46 0 0.13 0.79 163.2 0.3 0.16
Hex 1D 36 2F 2E 0 D 4F A3 1E 10
Octal 35 66 57 56 0 15 117 243 36 20
Binary 11101 110110 101111 101110 0 1101 1001111 10100011 11110 10000

Color Harmonies of #1D362F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D362F

Black with #1D362F

Text Example


Text Example

White with #1D362F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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