Html Css Color HEX #1D2625 Racing Green

📋 copy color: '#1D2625'

red 29 ◦ green 38 ◦ blue 37

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

Shades of Racing Green #1D2625

Tints of Racing Green #1D2625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 36.54%

 BLUE value IS 37 (14.84% from 255) = 35.58%

R = 27.88%
G = 36.54%
B = 35.58%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

#1D2625 (or 0x1D2625) is known color: Racing Green. HEX triplet: 1D, 26 and 25. RGB value is (29,38,37). Sum of RGB (Red+Green+Blue) = 29+38+37=104 (13% of max value = 765). Red value is 29 (11.72% from 255 or 27.88% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 38 - color contains mainly: green. Hex color #1D2625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2625 is #E2D9DA. Grayscale: #232323. Windows color (decimal): -14866907 or 2434589. OLE color: 2434589.

HSL color Cylindrical-coordinate representation of color #1D2625: hue angle of 173.33º degrees, saturation: 0.13, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1D2625 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.85.

Color convert

RGB 29 38 37 -
CMYK 0.24 0 0.03 0.85
HSL 173.33º 0.13% 0.13% -
HSV(B) 173.33º 0.24% 0.15% -
XYZ 1.53 1.78 2.01 -
YUV 35.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 29 38 37 0.24 0 0.03 0.85 173.33 0.13 0.13
Hex 1D 26 25 18 0 3 55 AD D D
Octal 35 46 45 30 0 3 125 255 15 15
Binary 11101 100110 100101 11000 0 11 1010101 10101101 1101 1101

Color Harmonies of #1D2625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2625

Black with #1D2625

Text Example


Text Example

White with #1D2625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,38,37); }

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

background-color css

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

 a { background-color: rgb(29,38,37); }

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

border-color css

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

 span { border-color: rgb(29,38,37); }

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