Html Css Color HEX #2B4012 Turtle Green

📋 copy color: '#2B4012'

red 43 ◦ green 64 ◦ blue 18

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

Shades of Turtle Green #2B4012

Tints of Turtle Green #2B4012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.4%

R = 34.4%
G = 51.2%
B = 14.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#2B4012 (or 0x2B4012) is known color: Turtle Green. HEX triplet: 2B, 40 and 12. RGB value is (43,64,18). Sum of RGB (Red+Green+Blue) = 43+64+18=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #2B4012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4012 is #D4BFED. Grayscale: #343434. Windows color (decimal): -13942766 or 1196075. OLE color: 1196075.

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

Color convert

RGB 43 64 18 -
CMYK 0.33 0 0.72 0.75
HSL 87.39º 0.56% 0.16% -
HSV(B) 87.39º 0.72% 0.25% -
XYZ 2.94 4.22 1.23 -
YUV 52.48 108.54 121.24 -
System Red Green Blue C M Y K H S L
Decimal 43 64 18 0.33 0 0.72 0.75 87.39 0.56 0.16
Hex 2B 40 12 21 0 48 4B 57 38 10
Octal 53 100 22 41 0 110 113 127 70 20
Binary 101011 1000000 10010 100001 0 1001000 1001011 1010111 111000 10000

Color Harmonies of #2B4012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4012

Black with #2B4012

Text Example


Text Example

White with #2B4012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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