Html Css Color HEX #2D5604 Turtle Green

📋 copy color: '#2D5604'

red 45 ◦ green 86 ◦ blue 4

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

Shades of Turtle Green #2D5604

Tints of Turtle Green #2D5604

RGB

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

 GREEN value IS 86 (33.98% from 255) = 63.7%

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

R = 33.33%
G = 63.7%
B = 2.96%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.95

 K value IS 0.66

RGB Variations

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

Color information

#2D5604 (or 0x2D5604) is known color: Turtle Green. HEX triplet: 2D, 56 and 04. RGB value is (45,86,4). Sum of RGB (Red+Green+Blue) = 45+86+4=135 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.33% from 135); Green value is 86 (33.98% from 255 or 63.70% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 86 - color contains mainly: green. Hex color #2D5604 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5604 is #D2A9FB. Grayscale: #404040. Windows color (decimal): -13806076 or 284205. OLE color: 284205.

HSL color Cylindrical-coordinate representation of color #2D5604: hue angle of 90º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D5604 is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB 45 86 4 -
CMYK 0.48 0 0.95 0.66
HSL 90º 0.91% 0.18% -
HSV(B) 90º 0.95% 0.34% -
XYZ 4.43 7.22 1.28 -
YUV 64.39 93.92 114.17 -
System Red Green Blue C M Y K H S L
Decimal 45 86 4 0.48 0 0.95 0.66 90 0.91 0.18
Hex 2D 56 4 30 0 5F 42 5A 5B 12
Octal 55 126 4 60 0 137 102 132 133 22
Binary 101101 1010110 100 110000 0 1011111 1000010 1011010 1011011 10010

Color Harmonies of #2D5604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5604

Black with #2D5604

Text Example


Text Example

White with #2D5604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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