Html Css Color HEX #2B4006 Turtle Green

📋 copy color: '#2B4006'

red 43 ◦ green 64 ◦ blue 6

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

Shades of Turtle Green #2B4006

Tints of Turtle Green #2B4006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.31%

R = 38.05%
G = 56.64%
B = 5.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#2B4006 (or 0x2B4006) is known color: Turtle Green. HEX triplet: 2B, 40 and 06. RGB value is (43,64,6). Sum of RGB (Red+Green+Blue) = 43+64+6=113 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.05% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #2B4006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4006 is #D4BFF9. Grayscale: #333333. Windows color (decimal): -13942778 or 409643. OLE color: 409643.

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

Color convert

RGB 43 64 6 -
CMYK 0.33 0 0.91 0.75
HSL 81.72º 0.83% 0.14% -
HSV(B) 81.72º 0.91% 0.25% -
XYZ 2.86 4.19 0.83 -
YUV 51.11 102.54 122.22 -
System Red Green Blue C M Y K H S L
Decimal 43 64 6 0.33 0 0.91 0.75 81.72 0.83 0.14
Hex 2B 40 6 21 0 5B 4B 52 53 E
Octal 53 100 6 41 0 133 113 122 123 16
Binary 101011 1000000 110 100001 0 1011011 1001011 1010010 1010011 1110

Color Harmonies of #2B4006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4006

Black with #2B4006

Text Example


Text Example

White with #2B4006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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