Html Css Color HEX #2D5504 Turtle Green

📋 copy color: '#2D5504'

red 45 ◦ green 85 ◦ blue 4

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

Shades of Turtle Green #2D5504

Tints of Turtle Green #2D5504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 63.43%

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

R = 33.58%
G = 63.43%
B = 2.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#2D5504 (or 0x2D5504) is known color: Turtle Green. HEX triplet: 2D, 55 and 04. RGB value is (45,85,4). Sum of RGB (Red+Green+Blue) = 45+85+4=134 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.58% from 134); Green value is 85 (33.59% from 255 or 63.43% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 85 - color contains mainly: green. Hex color #2D5504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5504 is #D2AAFB. Grayscale: #404040. Windows color (decimal): -13806332 or 283949. OLE color: 283949.

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

Color convert

RGB 45 85 4 -
CMYK 0.47 0 0.95 0.67
HSL 89.63º 0.91% 0.17% -
HSV(B) 89.63º 0.95% 0.33% -
XYZ 4.35 7.06 1.25 -
YUV 63.81 94.25 114.59 -
System Red Green Blue C M Y K H S L
Decimal 45 85 4 0.47 0 0.95 0.67 89.63 0.91 0.17
Hex 2D 55 4 2F 0 5F 43 5A 5B 11
Octal 55 125 4 57 0 137 103 132 133 21
Binary 101101 1010101 100 101111 0 1011111 1000011 1011010 1011011 10001

Color Harmonies of #2D5504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5504

Black with #2D5504

Text Example


Text Example

White with #2D5504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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