Html Css Color HEX #2B400C Turtle Green

📋 copy color: '#2B400C'

red 43 ◦ green 64 ◦ blue 12

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

Shades of Turtle Green #2B400C

Tints of Turtle Green #2B400C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 10.08%

R = 36.13%
G = 53.78%
B = 10.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#2B400C (or 0x2B400C) is known color: Turtle Green. HEX triplet: 2B, 40 and 0C. RGB value is (43,64,12). Sum of RGB (Red+Green+Blue) = 43+64+12=119 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.13% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #2B400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B400C is #D4BFF3. Grayscale: #333333. Windows color (decimal): -13942772 or 802859. OLE color: 802859.

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

Color convert

RGB 43 64 12 -
CMYK 0.33 0 0.81 0.75
HSL 84.23º 0.68% 0.15% -
HSV(B) 84.23º 0.81% 0.25% -
XYZ 2.9 4.21 1.01 -
YUV 51.79 105.54 121.73 -
System Red Green Blue C M Y K H S L
Decimal 43 64 12 0.33 0 0.81 0.75 84.23 0.68 0.15
Hex 2B 40 C 21 0 51 4B 54 44 F
Octal 53 100 14 41 0 121 113 124 104 17
Binary 101011 1000000 1100 100001 0 1010001 1001011 1010100 1000100 1111

Color Harmonies of #2B400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B400C

Black with #2B400C

Text Example


Text Example

White with #2B400C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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