Html Css Color HEX #2B490C Turtle Green

📋 copy color: '#2B490C'

red 43 ◦ green 73 ◦ blue 12

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

Shades of Turtle Green #2B490C

Tints of Turtle Green #2B490C

RGB

 RED value IS 43 (17.19% from 255) = 33.59%

 GREEN value IS 73 (28.91% from 255) = 57.03%

 BLUE value IS 12 (5.08% from 255) = 9.38%

R = 33.59%
G = 57.03%
B = 9.38%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#2B490C (or 0x2B490C) is known color: Turtle Green. HEX triplet: 2B, 49 and 0C. RGB value is (43,73,12). Sum of RGB (Red+Green+Blue) = 43+73+12=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 73 (28.91% from 255 or 57.03% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 73 - color contains mainly: green. Hex color #2B490C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B490C is #D4B6F3. Grayscale: #393939. Windows color (decimal): -13940468 or 805163. OLE color: 805163.

HSL color Cylindrical-coordinate representation of color #2B490C: hue angle of 89.51º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B490C is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 43 73 12 -
CMYK 0.41 0 0.84 0.71
HSL 89.51º 0.72% 0.17% -
HSV(B) 89.51º 0.84% 0.29% -
XYZ 3.45 5.31 1.19 -
YUV 57.08 102.56 117.96 -
System Red Green Blue C M Y K H S L
Decimal 43 73 12 0.41 0 0.84 0.71 89.51 0.72 0.17
Hex 2B 49 C 29 0 54 47 5A 48 11
Octal 53 111 14 51 0 124 107 132 110 21
Binary 101011 1001001 1100 101001 0 1010100 1000111 1011010 1001000 10001

Color Harmonies of #2B490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B490C

Black with #2B490C

Text Example


Text Example

White with #2B490C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,73,12); }

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

background-color css

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

 a { background-color: rgb(43,73,12); }

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

border-color css

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

 span { border-color: rgb(43,73,12); }

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