Html Css Color HEX #2A350D Turtle Green

📋 copy color: '#2A350D'

red 42 ◦ green 53 ◦ blue 13

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

Shades of Turtle Green #2A350D

Tints of Turtle Green #2A350D

RGB

 RED value IS 42 (16.8% from 255) = 38.89%

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

 BLUE value IS 13 (5.47% from 255) = 12.04%

R = 38.89%
G = 49.07%
B = 12.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.79

RGB Variations

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

Color information

#2A350D (or 0x2A350D) is known color: Turtle Green. HEX triplet: 2A, 35 and 0D. RGB value is (42,53,13). Sum of RGB (Red+Green+Blue) = 42+53+13=108 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.89% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 53 - color contains mainly: green. Hex color #2A350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A350D is #D5CAF2. Grayscale: #2D2D2D. Windows color (decimal): -14011123 or 865578. OLE color: 865578.

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

Color convert

RGB 42 53 13 -
CMYK 0.21 0 0.75 0.79
HSL 76.5º 0.61% 0.13% -
HSV(B) 76.5º 0.75% 0.21% -
XYZ 2.3 3.07 0.85 -
YUV 45.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 42 53 13 0.21 0 0.75 0.79 76.5 0.61 0.13
Hex 2A 35 D 15 0 4B 4F 4C 3D D
Octal 52 65 15 25 0 113 117 114 75 15
Binary 101010 110101 1101 10101 0 1001011 1001111 1001100 111101 1101

Color Harmonies of #2A350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A350D

Black with #2A350D

Text Example


Text Example

White with #2A350D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,53,13); }

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

background-color css

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

 a { background-color: rgb(42,53,13); }

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

border-color css

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

 span { border-color: rgb(42,53,13); }

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