Html Css Color HEX #2B5500 Turtle Green

📋 copy color: '#2B5500'

red 43 ◦ green 85 ◦ blue 0

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

Shades of Turtle Green #2B5500

Tints of Turtle Green #2B5500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 66.41%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.59%
G = 66.41%
B = 0%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#2B5500 (or 0x2B5500) is known color: Turtle Green. HEX triplet: 2B, 55 and 00. RGB value is (43,85,0). Sum of RGB (Red+Green+Blue) = 43+85+0=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 85 (33.59% from 255 or 66.41% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 85 - color contains mainly: green. Hex color #2B5500 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5500 is #D4AAFF. Grayscale: #3F3F3F. Windows color (decimal): -13937408 or 21803. OLE color: 21803.

HSL color Cylindrical-coordinate representation of color #2B5500: hue angle of 89.65º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B5500 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 43 85 0 -
CMYK 0.49 0 1 0.67
HSL 89.65º 1% 0.17% -
HSV(B) 89.65º 1% 0.33% -
XYZ 4.24 7.01 1.13 -
YUV 62.75 92.59 113.91 -
System Red Green Blue C M Y K H S L
Decimal 43 85 0 0.49 0 1 0.67 89.65 1 0.17
Hex 2B 55 0 31 0 64 43 5A 64 11
Octal 53 125 0 61 0 144 103 132 144 21
Binary 101011 1010101 0 110001 0 1100100 1000011 1011010 1100100 10001

Color Harmonies of #2B5500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5500

Black with #2B5500

Text Example


Text Example

White with #2B5500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,85,0); }

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

background-color css

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

 a { background-color: rgb(43,85,0); }

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

border-color css

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

 span { border-color: rgb(43,85,0); }

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