Html Css Color HEX #2B4702 Turtle Green

📋 copy color: '#2B4702'

red 43 ◦ green 71 ◦ blue 2

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

Shades of Turtle Green #2B4702

Tints of Turtle Green #2B4702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 61.21%

 BLUE value IS 2 (1.17% from 255) = 1.72%

R = 37.07%
G = 61.21%
B = 1.72%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#2B4702 (or 0x2B4702) is known color: Turtle Green. HEX triplet: 2B, 47 and 02. RGB value is (43,71,2). Sum of RGB (Red+Green+Blue) = 43+71+2=116 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.07% from 116); Green value is 71 (28.12% from 255 or 61.21% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 71 - color contains mainly: green. Hex color #2B4702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4702 is #D4B8FD. Grayscale: #373737. Windows color (decimal): -13940990 or 149291. OLE color: 149291.

HSL color Cylindrical-coordinate representation of color #2B4702: hue angle of 84.35º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B4702 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 43 71 2 -
CMYK 0.39 0 0.97 0.72
HSL 84.35º 0.95% 0.14% -
HSV(B) 84.35º 0.97% 0.28% -
XYZ 3.26 5.02 0.86 -
YUV 54.76 98.22 119.61 -
System Red Green Blue C M Y K H S L
Decimal 43 71 2 0.39 0 0.97 0.72 84.35 0.95 0.14
Hex 2B 47 2 27 0 61 48 54 5F E
Octal 53 107 2 47 0 141 110 124 137 16
Binary 101011 1000111 10 100111 0 1100001 1001000 1010100 1011111 1110

Color Harmonies of #2B4702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4702

Black with #2B4702

Text Example


Text Example

White with #2B4702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,71,2); }

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

background-color css

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

 a { background-color: rgb(43,71,2); }

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

border-color css

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

 span { border-color: rgb(43,71,2); }

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