Html Css Color HEX #2D5808 Turtle Green

📋 copy color: '#2D5808'

red 45 ◦ green 88 ◦ blue 8

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

Shades of Turtle Green #2D5808

Tints of Turtle Green #2D5808

RGB

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

 GREEN value IS 88 (34.77% from 255) = 62.41%

 BLUE value IS 8 (3.52% from 255) = 5.67%

R = 31.91%
G = 62.41%
B = 5.67%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#2D5808 (or 0x2D5808) is known color: Turtle Green. HEX triplet: 2D, 58 and 08. RGB value is (45,88,8). Sum of RGB (Red+Green+Blue) = 45+88+8=141 (18% of max value = 765). Red value is 45 (17.97% from 255 or 31.91% from 141); Green value is 88 (34.77% from 255 or 62.41% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 88 - color contains mainly: green. Hex color #2D5808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5808 is #D2A7F7. Grayscale: #424242. Windows color (decimal): -13805560 or 546861. OLE color: 546861.

HSL color Cylindrical-coordinate representation of color #2D5808: hue angle of 92.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D5808 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB 45 88 8 -
CMYK 0.49 0 0.91 0.65
HSL 92.25º 0.83% 0.19% -
HSV(B) 92.25º 0.91% 0.35% -
XYZ 4.62 7.55 1.44 -
YUV 66.02 95.25 113 -
System Red Green Blue C M Y K H S L
Decimal 45 88 8 0.49 0 0.91 0.65 92.25 0.83 0.19
Hex 2D 58 8 31 0 5B 41 5C 53 13
Octal 55 130 10 61 0 133 101 134 123 23
Binary 101101 1011000 1000 110001 0 1011011 1000001 1011100 1010011 10011

Color Harmonies of #2D5808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5808

Black with #2D5808

Text Example


Text Example

White with #2D5808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,88,8); }

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

background-color css

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

 a { background-color: rgb(45,88,8); }

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

border-color css

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

 span { border-color: rgb(45,88,8); }

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