Html Css Color HEX #2D5503 Turtle Green

📋 copy color: '#2D5503'

red 45 ◦ green 85 ◦ blue 3

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

Shades of Turtle Green #2D5503

Tints of Turtle Green #2D5503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.26%

R = 33.83%
G = 63.91%
B = 2.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#2D5503 (or 0x2D5503) is known color: Turtle Green. HEX triplet: 2D, 55 and 03. RGB value is (45,85,3). Sum of RGB (Red+Green+Blue) = 45+85+3=133 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.83% from 133); Green value is 85 (33.59% from 255 or 63.91% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 85 - color contains mainly: green. Hex color #2D5503 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5503 is #D2AAFC. Grayscale: #3F3F3F. Windows color (decimal): -13806333 or 218413. OLE color: 218413.

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

Color convert

RGB 45 85 3 -
CMYK 0.47 0 0.96 0.67
HSL 89.27º 0.93% 0.17% -
HSV(B) 89.27º 0.96% 0.33% -
XYZ 4.35 7.06 1.22 -
YUV 63.69 93.75 114.67 -
System Red Green Blue C M Y K H S L
Decimal 45 85 3 0.47 0 0.96 0.67 89.27 0.93 0.17
Hex 2D 55 3 2F 0 60 43 59 5D 11
Octal 55 125 3 57 0 140 103 131 135 21
Binary 101101 1010101 11 101111 0 1100000 1000011 1011001 1011101 10001

Color Harmonies of #2D5503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5503

Black with #2D5503

Text Example


Text Example

White with #2D5503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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