Html Css Color HEX #2B400D Turtle Green

📋 copy color: '#2B400D'

red 43 ◦ green 64 ◦ blue 13

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

Shades of Turtle Green #2B400D

Tints of Turtle Green #2B400D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 53.33%

 BLUE value IS 13 (5.47% from 255) = 10.83%

R = 35.83%
G = 53.33%
B = 10.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#2B400D (or 0x2B400D) is known color: Turtle Green. HEX triplet: 2B, 40 and 0D. RGB value is (43,64,13). Sum of RGB (Red+Green+Blue) = 43+64+13=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #2B400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B400D is #D4BFF2. Grayscale: #343434. Windows color (decimal): -13942771 or 868395. OLE color: 868395.

HSL color Cylindrical-coordinate representation of color #2B400D: hue angle of 84.71º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B400D is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 43 64 13 -
CMYK 0.33 0 0.80 0.75
HSL 84.71º 0.66% 0.15% -
HSV(B) 84.71º 0.8% 0.25% -
XYZ 2.9 4.21 1.04 -
YUV 51.91 106.04 121.65 -
System Red Green Blue C M Y K H S L
Decimal 43 64 13 0.33 0 0.80 0.75 84.71 0.66 0.15
Hex 2B 40 D 21 0 50 4B 55 42 F
Octal 53 100 15 41 0 120 113 125 102 17
Binary 101011 1000000 1101 100001 0 1010000 1001011 1010101 1000010 1111

Color Harmonies of #2B400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B400D

Black with #2B400D

Text Example


Text Example

White with #2B400D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,64,13); }

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

background-color css

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

 a { background-color: rgb(43,64,13); }

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

border-color css

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

 span { border-color: rgb(43,64,13); }

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