Html Css Color HEX #2D5304 Turtle Green

📋 copy color: '#2D5304'

red 45 ◦ green 83 ◦ blue 4

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

Shades of Turtle Green #2D5304

Tints of Turtle Green #2D5304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 62.88%

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

R = 34.09%
G = 62.88%
B = 3.03%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#2D5304 (or 0x2D5304) is known color: Turtle Green. HEX triplet: 2D, 53 and 04. RGB value is (45,83,4). Sum of RGB (Red+Green+Blue) = 45+83+4=132 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.09% from 132); Green value is 83 (32.81% from 255 or 62.88% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 83 - color contains mainly: green. Hex color #2D5304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5304 is #D2ACFB. Grayscale: #3E3E3E. Windows color (decimal): -13806844 or 283437. OLE color: 283437.

HSL color Cylindrical-coordinate representation of color #2D5304: hue angle of 88.86º 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 #2D5304 is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 45 83 4 -
CMYK 0.46 0 0.95 0.67
HSL 88.86º 0.91% 0.17% -
HSV(B) 88.86º 0.95% 0.33% -
XYZ 4.2 6.75 1.2 -
YUV 62.63 94.91 115.42 -
System Red Green Blue C M Y K H S L
Decimal 45 83 4 0.46 0 0.95 0.67 88.86 0.91 0.17
Hex 2D 53 4 2E 0 5F 43 59 5B 11
Octal 55 123 4 56 0 137 103 131 133 21
Binary 101101 1010011 100 101110 0 1011111 1000011 1011001 1011011 10001

Color Harmonies of #2D5304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5304

Black with #2D5304

Text Example


Text Example

White with #2D5304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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