Html Css Color HEX #2D350B Turtle Green

📋 copy color: '#2D350B'

red 45 ◦ green 53 ◦ blue 11

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

Shades of Turtle Green #2D350B

Tints of Turtle Green #2D350B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 48.62%

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

R = 41.28%
G = 48.62%
B = 10.09%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.79

 K value IS 0.79

RGB Variations

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

Color information

#2D350B (or 0x2D350B) is known color: Turtle Green. HEX triplet: 2D, 35 and 0B. RGB value is (45,53,11). Sum of RGB (Red+Green+Blue) = 45+53+11=109 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.28% from 109); Green value is 53 (21.09% from 255 or 48.62% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 53 - color contains mainly: green. Hex color #2D350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D350B is #D2CAF4. Grayscale: #2D2D2D. Windows color (decimal): -13814517 or 734509. OLE color: 734509.

HSL color Cylindrical-coordinate representation of color #2D350B: hue angle of 71.43º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D350B is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.79.

Color convert

RGB 45 53 11 -
CMYK 0.15 0 0.79 0.79
HSL 71.43º 0.66% 0.13% -
HSV(B) 71.43º 0.79% 0.21% -
XYZ 2.42 3.13 0.79 -
YUV 45.82 108.35 127.42 -
System Red Green Blue C M Y K H S L
Decimal 45 53 11 0.15 0 0.79 0.79 71.43 0.66 0.13
Hex 2D 35 B F 0 4F 4F 47 42 D
Octal 55 65 13 17 0 117 117 107 102 15
Binary 101101 110101 1011 1111 0 1001111 1001111 1000111 1000010 1101

Color Harmonies of #2D350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D350B

Black with #2D350B

Text Example


Text Example

White with #2D350B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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