Html Css Color HEX #2D4200 Turtle Green

📋 copy color: '#2D4200'

red 45 ◦ green 66 ◦ blue 0

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

Shades of Turtle Green #2D4200

Tints of Turtle Green #2D4200

RGB

 RED value IS 45 (17.97% from 255) = 40.54%

 GREEN value IS 66 (26.17% from 255) = 59.46%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.54%
G = 59.46%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#2D4200 (or 0x2D4200) is known color: Turtle Green. HEX triplet: 2D, 42 and 00. RGB value is (45,66,0). Sum of RGB (Red+Green+Blue) = 45+66+0=111 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.54% from 111); Green value is 66 (26.17% from 255 or 59.46% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 66 - color contains mainly: green. Hex color #2D4200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4200 is #D2BDFF. Grayscale: #343434. Windows color (decimal): -13811200 or 16941. OLE color: 16941.

HSL color Cylindrical-coordinate representation of color #2D4200: hue angle of 79.09º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D4200 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB 45 66 0 -
CMYK 0.32 0 1 0.74
HSL 79.09º 1% 0.13% -
HSV(B) 79.09º 1% 0.26% -
XYZ 3.03 4.45 0.7 -
YUV 52.2 98.54 122.87 -
System Red Green Blue C M Y K H S L
Decimal 45 66 0 0.32 0 1 0.74 79.09 1 0.13
Hex 2D 42 0 20 0 64 4A 4F 64 D
Octal 55 102 0 40 0 144 112 117 144 15
Binary 101101 1000010 0 100000 0 1100100 1001010 1001111 1100100 1101

Color Harmonies of #2D4200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4200

Black with #2D4200

Text Example


Text Example

White with #2D4200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D4200; }

 p { color: rgb(45,66,0); }

 H1.HeaderClassName
 {
   color: #2D4200;
 }
 .AnyTagClassName
 {
   color: #2D4200;
 }
</style>

background-color css

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

 a { background-color: rgb(45,66,0); }

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

border-color css

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

 span { border-color: rgb(45,66,0); }

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