Html Css Color HEX #2A350E Turtle Green

📋 copy color: '#2A350E'

red 42 ◦ green 53 ◦ blue 14

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

Shades of Turtle Green #2A350E

Tints of Turtle Green #2A350E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 12.84%

R = 38.53%
G = 48.62%
B = 12.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.74

 K value IS 0.79

RGB Variations

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

Color information

#2A350E (or 0x2A350E) is known color: Turtle Green. HEX triplet: 2A, 35 and 0E. RGB value is (42,53,14). Sum of RGB (Red+Green+Blue) = 42+53+14=109 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.53% from 109); Green value is 53 (21.09% from 255 or 48.62% from 109); Blue value is 14 (5.86% from 255 or 12.84% from 109); Max value from RGB is 53 - color contains mainly: green. Hex color #2A350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A350E is #D5CAF1. Grayscale: #2D2D2D. Windows color (decimal): -14011122 or 931114. OLE color: 931114.

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

Color convert

RGB 42 53 14 -
CMYK 0.21 0 0.74 0.79
HSL 76.92º 0.58% 0.13% -
HSV(B) 76.92º 0.74% 0.21% -
XYZ 2.31 3.07 0.89 -
YUV 45.27 110.36 125.67 -
System Red Green Blue C M Y K H S L
Decimal 42 53 14 0.21 0 0.74 0.79 76.92 0.58 0.13
Hex 2A 35 E 15 0 4A 4F 4D 3A D
Octal 52 65 16 25 0 112 117 115 72 15
Binary 101010 110101 1110 10101 0 1001010 1001111 1001101 111010 1101

Color Harmonies of #2A350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A350E

Black with #2A350E

Text Example


Text Example

White with #2A350E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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