Html Css Color HEX #2D5402 Turtle Green

📋 copy color: '#2D5402'

red 45 ◦ green 84 ◦ blue 2

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

Shades of Turtle Green #2D5402

Tints of Turtle Green #2D5402

RGB

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

 GREEN value IS 84 (33.2% from 255) = 64.12%

 BLUE value IS 2 (1.17% from 255) = 1.53%

R = 34.35%
G = 64.12%
B = 1.53%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#2D5402 (or 0x2D5402) is known color: Turtle Green. HEX triplet: 2D, 54 and 02. RGB value is (45,84,2). Sum of RGB (Red+Green+Blue) = 45+84+2=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 84 (33.20% from 255 or 64.12% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 84 - color contains mainly: green. Hex color #2D5402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5402 is #D2ABFD. Grayscale: #3F3F3F. Windows color (decimal): -13806590 or 152621. OLE color: 152621.

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

Color convert

RGB 45 84 2 -
CMYK 0.46 0 0.98 0.67
HSL 88.54º 0.95% 0.17% -
HSV(B) 88.54º 0.98% 0.33% -
XYZ 4.26 6.9 1.17 -
YUV 62.99 93.58 115.17 -
System Red Green Blue C M Y K H S L
Decimal 45 84 2 0.46 0 0.98 0.67 88.54 0.95 0.17
Hex 2D 54 2 2E 0 62 43 59 5F 11
Octal 55 124 2 56 0 142 103 131 137 21
Binary 101101 1010100 10 101110 0 1100010 1000011 1011001 1011111 10001

Color Harmonies of #2D5402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5402

Black with #2D5402

Text Example


Text Example

White with #2D5402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,84,2); }

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

background-color css

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

 a { background-color: rgb(45,84,2); }

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

border-color css

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

 span { border-color: rgb(45,84,2); }

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