Html Css Color HEX #2A350B Turtle Green

📋 copy color: '#2A350B'

red 42 ◦ green 53 ◦ blue 11

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

Shades of Turtle Green #2A350B

Tints of Turtle Green #2A350B

RGB

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

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

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

R = 39.62%
G = 50%
B = 10.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.79

 K value IS 0.79

RGB Variations

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

Color information

#2A350B (or 0x2A350B) is known color: Turtle Green. HEX triplet: 2A, 35 and 0B. RGB value is (42,53,11). Sum of RGB (Red+Green+Blue) = 42+53+11=106 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.62% from 106); Green value is 53 (21.09% from 255 or 50% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 53 - color contains mainly: green. Hex color #2A350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A350B is #D5CAF4. Grayscale: #2D2D2D. Windows color (decimal): -14011125 or 734506. OLE color: 734506.

HSL color Cylindrical-coordinate representation of color #2A350B: hue angle of 75.71º 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 #2A350B is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.79.

Color convert

RGB 42 53 11 -
CMYK 0.21 0 0.79 0.79
HSL 75.71º 0.66% 0.13% -
HSV(B) 75.71º 0.79% 0.21% -
XYZ 2.29 3.06 0.79 -
YUV 44.92 108.86 125.92 -
System Red Green Blue C M Y K H S L
Decimal 42 53 11 0.21 0 0.79 0.79 75.71 0.66 0.13
Hex 2A 35 B 15 0 4F 4F 4C 42 D
Octal 52 65 13 25 0 117 117 114 102 15
Binary 101010 110101 1011 10101 0 1001111 1001111 1001100 1000010 1101

Color Harmonies of #2A350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A350B

Black with #2A350B

Text Example


Text Example

White with #2A350B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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