Html Css Color HEX #2D5801 Turtle Green

📋 copy color: '#2D5801'

red 45 ◦ green 88 ◦ blue 1

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

Shades of Turtle Green #2D5801

Tints of Turtle Green #2D5801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.75%

R = 33.58%
G = 65.67%
B = 0.75%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#2D5801 (or 0x2D5801) is known color: Turtle Green. HEX triplet: 2D, 58 and 01. RGB value is (45,88,1). Sum of RGB (Red+Green+Blue) = 45+88+1=134 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.58% from 134); Green value is 88 (34.77% from 255 or 65.67% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 88 - color contains mainly: green. Hex color #2D5801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5801 is #D2A7FE. Grayscale: #414141. Windows color (decimal): -13805567 or 88109. OLE color: 88109.

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

Color convert

RGB 45 88 1 -
CMYK 0.49 0 0.99 0.65
HSL 89.66º 0.98% 0.17% -
HSV(B) 89.66º 0.99% 0.35% -
XYZ 4.58 7.54 1.24 -
YUV 65.23 91.75 113.57 -
System Red Green Blue C M Y K H S L
Decimal 45 88 1 0.49 0 0.99 0.65 89.66 0.98 0.17
Hex 2D 58 1 31 0 63 41 5A 62 11
Octal 55 130 1 61 0 143 101 132 142 21
Binary 101101 1011000 1 110001 0 1100011 1000001 1011010 1100010 10001

Color Harmonies of #2D5801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5801

Black with #2D5801

Text Example


Text Example

White with #2D5801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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