Html Css Color HEX #2D5204 Turtle Green

📋 copy color: '#2D5204'

red 45 ◦ green 82 ◦ blue 4

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

Shades of Turtle Green #2D5204

Tints of Turtle Green #2D5204

RGB

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

 GREEN value IS 82 (32.42% from 255) = 62.6%

 BLUE value IS 4 (1.95% from 255) = 3.05%

R = 34.35%
G = 62.6%
B = 3.05%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#2D5204 (or 0x2D5204) is known color: Turtle Green. HEX triplet: 2D, 52 and 04. RGB value is (45,82,4). Sum of RGB (Red+Green+Blue) = 45+82+4=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 82 (32.42% from 255 or 62.60% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 82 - color contains mainly: green. Hex color #2D5204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5204 is #D2ADFB. Grayscale: #3E3E3E. Windows color (decimal): -13807100 or 283181. OLE color: 283181.

HSL color Cylindrical-coordinate representation of color #2D5204: hue angle of 88.46º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D5204 is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB 45 82 4 -
CMYK 0.45 0 0.95 0.68
HSL 88.46º 0.91% 0.17% -
HSV(B) 88.46º 0.95% 0.32% -
XYZ 4.12 6.6 1.17 -
YUV 62.05 95.24 115.84 -
System Red Green Blue C M Y K H S L
Decimal 45 82 4 0.45 0 0.95 0.68 88.46 0.91 0.17
Hex 2D 52 4 2D 0 5F 44 58 5B 11
Octal 55 122 4 55 0 137 104 130 133 21
Binary 101101 1010010 100 101101 0 1011111 1000100 1011000 1011011 10001

Color Harmonies of #2D5204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5204

Black with #2D5204

Text Example


Text Example

White with #2D5204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,82,4); }

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

background-color css

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

 a { background-color: rgb(45,82,4); }

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

border-color css

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

 span { border-color: rgb(45,82,4); }

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