Html Css Color HEX #2D4003 Turtle Green

📋 copy color: '#2D4003'

red 45 ◦ green 64 ◦ blue 3

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

Shades of Turtle Green #2D4003

Tints of Turtle Green #2D4003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 57.14%

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

R = 40.18%
G = 57.14%
B = 2.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#2D4003 (or 0x2D4003) is known color: Turtle Green. HEX triplet: 2D, 40 and 03. RGB value is (45,64,3). Sum of RGB (Red+Green+Blue) = 45+64+3=112 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.18% from 112); Green value is 64 (25.39% from 255 or 57.14% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 64 - color contains mainly: green. Hex color #2D4003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4003 is #D2BFFC. Grayscale: #333333. Windows color (decimal): -13811709 or 213037. OLE color: 213037.

HSL color Cylindrical-coordinate representation of color #2D4003: hue angle of 78.69º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D4003 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB 45 64 3 -
CMYK 0.30 0 0.95 0.75
HSL 78.69º 0.91% 0.13% -
HSV(B) 78.69º 0.95% 0.25% -
XYZ 2.93 4.23 0.75 -
YUV 51.37 100.71 123.46 -
System Red Green Blue C M Y K H S L
Decimal 45 64 3 0.30 0 0.95 0.75 78.69 0.91 0.13
Hex 2D 40 3 1E 0 5F 4B 4F 5B D
Octal 55 100 3 36 0 137 113 117 133 15
Binary 101101 1000000 11 11110 0 1011111 1001011 1001111 1011011 1101

Color Harmonies of #2D4003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4003

Black with #2D4003

Text Example


Text Example

White with #2D4003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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