Html Css Color HEX #2B350B Turtle Green

📋 copy color: '#2B350B'

red 43 ◦ green 53 ◦ blue 11

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

Shades of Turtle Green #2B350B

Tints of Turtle Green #2B350B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 49.53%

 BLUE value IS 11 (4.69% from 255) = 10.28%

R = 40.19%
G = 49.53%
B = 10.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.79

 K value IS 0.79

RGB Variations

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

Color information

#2B350B (or 0x2B350B) is known color: Turtle Green. HEX triplet: 2B, 35 and 0B. RGB value is (43,53,11). Sum of RGB (Red+Green+Blue) = 43+53+11=107 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.19% from 107); Green value is 53 (21.09% from 255 or 49.53% from 107); Blue value is 11 (4.69% from 255 or 10.28% from 107); Max value from RGB is 53 - color contains mainly: green. Hex color #2B350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B350B is #D4CAF4. Grayscale: #2D2D2D. Windows color (decimal): -13945589 or 734507. OLE color: 734507.

HSL color Cylindrical-coordinate representation of color #2B350B: hue angle of 74.29º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B350B is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.79.

Color convert

RGB 43 53 11 -
CMYK 0.19 0 0.79 0.79
HSL 74.29º 0.66% 0.13% -
HSV(B) 74.29º 0.79% 0.21% -
XYZ 2.33 3.08 0.79 -
YUV 45.22 108.69 126.42 -
System Red Green Blue C M Y K H S L
Decimal 43 53 11 0.19 0 0.79 0.79 74.29 0.66 0.13
Hex 2B 35 B 13 0 4F 4F 4A 42 D
Octal 53 65 13 23 0 117 117 112 102 15
Binary 101011 110101 1011 10011 0 1001111 1001111 1001010 1000010 1101

Color Harmonies of #2B350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B350B

Black with #2B350B

Text Example


Text Example

White with #2B350B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,53,11); }

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

background-color css

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

 a { background-color: rgb(43,53,11); }

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

border-color css

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

 span { border-color: rgb(43,53,11); }

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