Html Css Color HEX #2B5006 Turtle Green

📋 copy color: '#2B5006'

red 43 ◦ green 80 ◦ blue 6

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

Shades of Turtle Green #2B5006

Tints of Turtle Green #2B5006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 62.02%

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

R = 33.33%
G = 62.02%
B = 4.65%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#2B5006 (or 0x2B5006) is known color: Turtle Green. HEX triplet: 2B, 50 and 06. RGB value is (43,80,6). Sum of RGB (Red+Green+Blue) = 43+80+6=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 80 (31.64% from 255 or 62.02% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 80 - color contains mainly: green. Hex color #2B5006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5006 is #D4AFF9. Grayscale: #3C3C3C. Windows color (decimal): -13938682 or 413739. OLE color: 413739.

HSL color Cylindrical-coordinate representation of color #2B5006: hue angle of 90º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B5006 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 43 80 6 -
CMYK 0.46 0 0.92 0.69
HSL 90º 0.86% 0.17% -
HSV(B) 90º 0.93% 0.31% -
XYZ 3.9 6.26 1.18 -
YUV 60.5 97.24 115.52 -
System Red Green Blue C M Y K H S L
Decimal 43 80 6 0.46 0 0.92 0.69 90 0.86 0.17
Hex 2B 50 6 2E 0 5C 45 5A 56 11
Octal 53 120 6 56 0 134 105 132 126 21
Binary 101011 1010000 110 101110 0 1011100 1000101 1011010 1010110 10001

Color Harmonies of #2B5006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5006

Black with #2B5006

Text Example


Text Example

White with #2B5006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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