Html Css Color HEX #2B3401 Turtle Green

📋 copy color: '#2B3401'

red 43 ◦ green 52 ◦ blue 1

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

Shades of Turtle Green #2B3401

Tints of Turtle Green #2B3401

RGB

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

 GREEN value IS 52 (20.7% from 255) = 54.17%

 BLUE value IS 1 (0.78% from 255) = 1.04%

R = 44.79%
G = 54.17%
B = 1.04%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#2B3401 (or 0x2B3401) is known color: Turtle Green. HEX triplet: 2B, 34 and 01. RGB value is (43,52,1). Sum of RGB (Red+Green+Blue) = 43+52+1=96 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.79% from 96); Green value is 52 (20.70% from 255 or 54.17% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 52 - color contains mainly: green. Hex color #2B3401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3401 is #D4CBFE. Grayscale: #2B2B2B. Windows color (decimal): -13945855 or 78891. OLE color: 78891.

HSL color Cylindrical-coordinate representation of color #2B3401: hue angle of 70.59º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B3401 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.

Color convert

RGB 43 52 1 -
CMYK 0.17 0 0.98 0.80
HSL 70.59º 0.96% 0.1% -
HSV(B) 70.59º 0.98% 0.2% -
XYZ 2.23 2.97 0.48 -
YUV 43.5 104.02 127.65 -
System Red Green Blue C M Y K H S L
Decimal 43 52 1 0.17 0 0.98 0.80 70.59 0.96 0.1
Hex 2B 34 1 11 0 62 50 47 60 A
Octal 53 64 1 21 0 142 120 107 140 12
Binary 101011 110100 1 10001 0 1100010 1010000 1000111 1100000 1010

Color Harmonies of #2B3401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3401

Black with #2B3401

Text Example


Text Example

White with #2B3401

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,52,1); }

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

background-color css

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

 a { background-color: rgb(43,52,1); }

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

border-color css

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

 span { border-color: rgb(43,52,1); }

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