Html Css Color HEX #2D320B Turtle Green

📋 copy color: '#2D320B'

red 45 ◦ green 50 ◦ blue 11

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

Shades of Turtle Green #2D320B

Tints of Turtle Green #2D320B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 47.17%

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

R = 42.45%
G = 47.17%
B = 10.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.80

RGB Variations

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

Color information

#2D320B (or 0x2D320B) is known color: Turtle Green. HEX triplet: 2D, 32 and 0B. RGB value is (45,50,11). Sum of RGB (Red+Green+Blue) = 45+50+11=106 (14% of max value = 765). Red value is 45 (17.97% from 255 or 42.45% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #2D320B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D320B is #D2CDF4. Grayscale: #2C2C2C. Windows color (decimal): -13815285 or 733741. OLE color: 733741.

HSL color Cylindrical-coordinate representation of color #2D320B: hue angle of 67.69º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D320B is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.

Color convert

RGB 45 50 11 -
CMYK 0.10 0 0.78 0.80
HSL 67.69º 0.64% 0.12% -
HSV(B) 67.69º 0.78% 0.2% -
XYZ 2.28 2.86 0.75 -
YUV 44.06 109.34 128.67 -
System Red Green Blue C M Y K H S L
Decimal 45 50 11 0.10 0 0.78 0.80 67.69 0.64 0.12
Hex 2D 32 B A 0 4E 50 44 40 C
Octal 55 62 13 12 0 116 120 104 100 14
Binary 101101 110010 1011 1010 0 1001110 1010000 1000100 1000000 1100

Color Harmonies of #2D320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D320B

Black with #2D320B

Text Example


Text Example

White with #2D320B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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