Html Css Color HEX #2D4901 Turtle Green

📋 copy color: '#2D4901'

red 45 ◦ green 73 ◦ blue 1

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

Shades of Turtle Green #2D4901

Tints of Turtle Green #2D4901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 61.34%

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

R = 37.82%
G = 61.34%
B = 0.84%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#2D4901 (or 0x2D4901) is known color: Turtle Green. HEX triplet: 2D, 49 and 01. RGB value is (45,73,1). Sum of RGB (Red+Green+Blue) = 45+73+1=119 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.82% from 119); Green value is 73 (28.91% from 255 or 61.34% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 73 - color contains mainly: green. Hex color #2D4901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4901 is #D2B6FE. Grayscale: #383838. Windows color (decimal): -13809407 or 84269. OLE color: 84269.

HSL color Cylindrical-coordinate representation of color #2D4901: hue angle of 83.33º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D4901 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 45 73 1 -
CMYK 0.38 0 0.99 0.71
HSL 83.33º 0.97% 0.15% -
HSV(B) 83.33º 0.99% 0.29% -
XYZ 3.47 5.33 0.87 -
YUV 56.42 96.72 119.85 -
System Red Green Blue C M Y K H S L
Decimal 45 73 1 0.38 0 0.99 0.71 83.33 0.97 0.15
Hex 2D 49 1 26 0 63 47 53 61 F
Octal 55 111 1 46 0 143 107 123 141 17
Binary 101101 1001001 1 100110 0 1100011 1000111 1010011 1100001 1111

Color Harmonies of #2D4901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D4901

Black with #2D4901

Text Example


Text Example

White with #2D4901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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