Html Css Color HEX #2B4400 Turtle Green

📋 copy color: '#2B4400'

red 43 ◦ green 68 ◦ blue 0

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

Shades of Turtle Green #2B4400

Tints of Turtle Green #2B4400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 61.26%

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

R = 38.74%
G = 61.26%
B = 0%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#2B4400 (or 0x2B4400) is known color: Turtle Green. HEX triplet: 2B, 44 and 00. RGB value is (43,68,0). Sum of RGB (Red+Green+Blue) = 43+68+0=111 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.74% from 111); Green value is 68 (26.95% from 255 or 61.26% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 68 - color contains mainly: green. Hex color #2B4400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4400 is #D4BBFF. Grayscale: #353535. Windows color (decimal): -13941760 or 17451. OLE color: 17451.

HSL color Cylindrical-coordinate representation of color #2B4400: hue angle of 82.06º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B4400 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 43 68 0 -
CMYK 0.37 0 1 0.73
HSL 82.06º 1% 0.13% -
HSV(B) 82.06º 1% 0.27% -
XYZ 3.06 4.65 0.74 -
YUV 52.77 98.22 121.03 -
System Red Green Blue C M Y K H S L
Decimal 43 68 0 0.37 0 1 0.73 82.06 1 0.13
Hex 2B 44 0 25 0 64 49 52 64 D
Octal 53 104 0 45 0 144 111 122 144 15
Binary 101011 1000100 0 100101 0 1100100 1001001 1010010 1100100 1101

Color Harmonies of #2B4400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4400

Black with #2B4400

Text Example


Text Example

White with #2B4400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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