Html Css Color HEX #2D390B Turtle Green

📋 copy color: '#2D390B'

red 45 ◦ green 57 ◦ blue 11

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

Shades of Turtle Green #2D390B

Tints of Turtle Green #2D390B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.73%

R = 39.82%
G = 50.44%
B = 9.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.81

 K value IS 0.78

RGB Variations

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

Color information

#2D390B (or 0x2D390B) is known color: Turtle Green. HEX triplet: 2D, 39 and 0B. RGB value is (45,57,11). Sum of RGB (Red+Green+Blue) = 45+57+11=113 (14% of max value = 765). Red value is 45 (17.97% from 255 or 39.82% from 113); Green value is 57 (22.66% from 255 or 50.44% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 57 - color contains mainly: green. Hex color #2D390B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D390B is #D2C6F4. Grayscale: #303030. Windows color (decimal): -13813493 or 735533. OLE color: 735533.

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

Color convert

RGB 45 57 11 -
CMYK 0.21 0 0.81 0.78
HSL 75.65º 0.68% 0.13% -
HSV(B) 75.65º 0.81% 0.22% -
XYZ 2.61 3.51 0.86 -
YUV 48.17 107.02 125.74 -
System Red Green Blue C M Y K H S L
Decimal 45 57 11 0.21 0 0.81 0.78 75.65 0.68 0.13
Hex 2D 39 B 15 0 51 4E 4C 44 D
Octal 55 71 13 25 0 121 116 114 104 15
Binary 101101 111001 1011 10101 0 1010001 1001110 1001100 1000100 1101

Color Harmonies of #2D390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D390B

Black with #2D390B

Text Example


Text Example

White with #2D390B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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