Html Css Color HEX #2B4010 Turtle Green

📋 copy color: '#2B4010'

red 43 ◦ green 64 ◦ blue 16

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

Shades of Turtle Green #2B4010

Tints of Turtle Green #2B4010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 52.03%

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

R = 34.96%
G = 52.03%
B = 13.01%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#2B4010 (or 0x2B4010) is known color: Turtle Green. HEX triplet: 2B, 40 and 10. RGB value is (43,64,16). Sum of RGB (Red+Green+Blue) = 43+64+16=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 64 (25.39% from 255 or 52.03% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 64 - color contains mainly: green. Hex color #2B4010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4010 is #D4BFEF. Grayscale: #343434. Windows color (decimal): -13942768 or 1065003. OLE color: 1065003.

HSL color Cylindrical-coordinate representation of color #2B4010: hue angle of 86.25º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B4010 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 43 64 16 -
CMYK 0.33 0 0.75 0.75
HSL 86.25º 0.6% 0.16% -
HSV(B) 86.25º 0.75% 0.25% -
XYZ 2.92 4.22 1.15 -
YUV 52.25 107.54 121.4 -
System Red Green Blue C M Y K H S L
Decimal 43 64 16 0.33 0 0.75 0.75 86.25 0.6 0.16
Hex 2B 40 10 21 0 4B 4B 56 3C 10
Octal 53 100 20 41 0 113 113 126 74 20
Binary 101011 1000000 10000 100001 0 1001011 1001011 1010110 111100 10000

Color Harmonies of #2B4010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4010

Black with #2B4010

Text Example


Text Example

White with #2B4010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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