Html Css Color HEX #2A340F Turtle Green

📋 copy color: '#2A340F'

red 42 ◦ green 52 ◦ blue 15

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

Shades of Turtle Green #2A340F

Tints of Turtle Green #2A340F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 47.71%

 BLUE value IS 15 (6.25% from 255) = 13.76%

R = 38.53%
G = 47.71%
B = 13.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.80

RGB Variations

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

Color information

#2A340F (or 0x2A340F) is known color: Turtle Green. HEX triplet: 2A, 34 and 0F. RGB value is (42,52,15). Sum of RGB (Red+Green+Blue) = 42+52+15=109 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.53% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 52 - color contains mainly: green. Hex color #2A340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A340F is #D5CBF0. Grayscale: #2C2C2C. Windows color (decimal): -14011377 or 996394. OLE color: 996394.

HSL color Cylindrical-coordinate representation of color #2A340F: hue angle of 76.22º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A340F is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.80.

Color convert

RGB 42 52 15 -
CMYK 0.19 0 0.71 0.80
HSL 76.22º 0.55% 0.13% -
HSV(B) 76.22º 0.71% 0.2% -
XYZ 2.27 2.98 0.91 -
YUV 44.79 111.19 126.01 -
System Red Green Blue C M Y K H S L
Decimal 42 52 15 0.19 0 0.71 0.80 76.22 0.55 0.13
Hex 2A 34 F 13 0 47 50 4C 37 D
Octal 52 64 17 23 0 107 120 114 67 15
Binary 101010 110100 1111 10011 0 1000111 1010000 1001100 110111 1101

Color Harmonies of #2A340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A340F

Black with #2A340F

Text Example


Text Example

White with #2A340F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,52,15); }

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

background-color css

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

 a { background-color: rgb(42,52,15); }

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

border-color css

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

 span { border-color: rgb(42,52,15); }

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