Html Css Color HEX #2B4310 Turtle Green

📋 copy color: '#2B4310'

red 43 ◦ green 67 ◦ blue 16

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

Shades of Turtle Green #2B4310

Tints of Turtle Green #2B4310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 53.17%

 BLUE value IS 16 (6.64% from 255) = 12.7%

R = 34.13%
G = 53.17%
B = 12.7%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#2B4310 (or 0x2B4310) is known color: Turtle Green. HEX triplet: 2B, 43 and 10. RGB value is (43,67,16). Sum of RGB (Red+Green+Blue) = 43+67+16=126 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.13% from 126); Green value is 67 (26.56% from 255 or 53.17% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 67 - color contains mainly: green. Hex color #2B4310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4310 is #D4BCEF. Grayscale: #363636. Windows color (decimal): -13942000 or 1065771. OLE color: 1065771.

HSL color Cylindrical-coordinate representation of color #2B4310: hue angle of 88.24º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B4310 is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.

Color convert

RGB 43 67 16 -
CMYK 0.36 0 0.76 0.74
HSL 88.24º 0.61% 0.16% -
HSV(B) 88.24º 0.76% 0.26% -
XYZ 3.1 4.57 1.21 -
YUV 54.01 106.55 120.15 -
System Red Green Blue C M Y K H S L
Decimal 43 67 16 0.36 0 0.76 0.74 88.24 0.61 0.16
Hex 2B 43 10 24 0 4C 4A 58 3D 10
Octal 53 103 20 44 0 114 112 130 75 20
Binary 101011 1000011 10000 100100 0 1001100 1001010 1011000 111101 10000

Color Harmonies of #2B4310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4310

Black with #2B4310

Text Example


Text Example

White with #2B4310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,67,16); }

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

background-color css

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

 a { background-color: rgb(43,67,16); }

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

border-color css

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

 span { border-color: rgb(43,67,16); }

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