Html Css Color HEX #2B3714 Turtle Green

📋 copy color: '#2B3714'

red 43 ◦ green 55 ◦ blue 20

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

Shades of Turtle Green #2B3714

Tints of Turtle Green #2B3714

RGB

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

 GREEN value IS 55 (21.88% from 255) = 46.61%

 BLUE value IS 20 (8.2% from 255) = 16.95%

R = 36.44%
G = 46.61%
B = 16.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#2B3714 (or 0x2B3714) is known color: Turtle Green. HEX triplet: 2B, 37 and 14. RGB value is (43,55,20). Sum of RGB (Red+Green+Blue) = 43+55+20=118 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.44% from 118); Green value is 55 (21.88% from 255 or 46.61% from 118); Blue value is 20 (8.20% from 255 or 16.95% from 118); Max value from RGB is 55 - color contains mainly: green. Hex color #2B3714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3714 is #D4C8EB. Grayscale: #2F2F2F. Windows color (decimal): -13945068 or 1324843. OLE color: 1324843.

HSL color Cylindrical-coordinate representation of color #2B3714: hue angle of 80.57º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B3714 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 43 55 20 -
CMYK 0.22 0 0.64 0.78
HSL 80.57º 0.47% 0.15% -
HSV(B) 80.57º 0.64% 0.22% -
XYZ 2.49 3.3 1.17 -
YUV 47.42 112.52 124.85 -
System Red Green Blue C M Y K H S L
Decimal 43 55 20 0.22 0 0.64 0.78 80.57 0.47 0.15
Hex 2B 37 14 16 0 40 4E 51 2F F
Octal 53 67 24 26 0 100 116 121 57 17
Binary 101011 110111 10100 10110 0 1000000 1001110 1010001 101111 1111

Color Harmonies of #2B3714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3714

Black with #2B3714

Text Example


Text Example

White with #2B3714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,55,20); }

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

background-color css

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

 a { background-color: rgb(43,55,20); }

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

border-color css

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

 span { border-color: rgb(43,55,20); }

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