Html Css Color HEX #2D350A Turtle Green

📋 copy color: '#2D350A'

red 45 ◦ green 53 ◦ blue 10

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

Shades of Turtle Green #2D350A

Tints of Turtle Green #2D350A

RGB

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

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

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

R = 41.67%
G = 49.07%
B = 9.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#2D350A (or 0x2D350A) is known color: Turtle Green. HEX triplet: 2D, 35 and 0A. RGB value is (45,53,10). Sum of RGB (Red+Green+Blue) = 45+53+10=108 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.67% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 53 - color contains mainly: green. Hex color #2D350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D350A is #D2CAF5. Grayscale: #2D2D2D. Windows color (decimal): -13814518 or 668973. OLE color: 668973.

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

Color convert

RGB 45 53 10 -
CMYK 0.15 0 0.81 0.79
HSL 71.16º 0.68% 0.12% -
HSV(B) 71.16º 0.81% 0.21% -
XYZ 2.41 3.13 0.76 -
YUV 45.71 107.85 127.5 -
System Red Green Blue C M Y K H S L
Decimal 45 53 10 0.15 0 0.81 0.79 71.16 0.68 0.12
Hex 2D 35 A F 0 51 4F 47 44 C
Octal 55 65 12 17 0 121 117 107 104 14
Binary 101101 110101 1010 1111 0 1010001 1001111 1000111 1000100 1100

Color Harmonies of #2D350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D350A

Black with #2D350A

Text Example


Text Example

White with #2D350A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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