Html Css Color HEX #2D390A Turtle Green

📋 copy color: '#2D390A'

red 45 ◦ green 57 ◦ blue 10

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

Shades of Turtle Green #2D390A

Tints of Turtle Green #2D390A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 50.89%

 BLUE value IS 10 (4.3% from 255) = 8.93%

R = 40.18%
G = 50.89%
B = 8.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#2D390A (or 0x2D390A) is known color: Turtle Green. HEX triplet: 2D, 39 and 0A. RGB value is (45,57,10). Sum of RGB (Red+Green+Blue) = 45+57+10=112 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.18% from 112); Green value is 57 (22.66% from 255 or 50.89% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 57 - color contains mainly: green. Hex color #2D390A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D390A is #D2C6F5. Grayscale: #303030. Windows color (decimal): -13813494 or 669997. OLE color: 669997.

HSL color Cylindrical-coordinate representation of color #2D390A: hue angle of 75.32º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D390A is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 45 57 10 -
CMYK 0.21 0 0.82 0.78
HSL 75.32º 0.7% 0.13% -
HSV(B) 75.32º 0.82% 0.22% -
XYZ 2.6 3.51 0.83 -
YUV 48.05 106.52 125.82 -
System Red Green Blue C M Y K H S L
Decimal 45 57 10 0.21 0 0.82 0.78 75.32 0.7 0.13
Hex 2D 39 A 15 0 52 4E 4B 46 D
Octal 55 71 12 25 0 122 116 113 106 15
Binary 101101 111001 1010 10101 0 1010010 1001110 1001011 1000110 1101

Color Harmonies of #2D390A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D390A

Black with #2D390A

Text Example


Text Example

White with #2D390A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,57,10); }

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

background-color css

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

 a { background-color: rgb(45,57,10); }

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

border-color css

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

 span { border-color: rgb(45,57,10); }

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