Html Css Color HEX #2B5101 Turtle Green

📋 copy color: '#2B5101'

red 43 ◦ green 81 ◦ blue 1

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

Shades of Turtle Green #2B5101

Tints of Turtle Green #2B5101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 64.8%

 BLUE value IS 1 (0.78% from 255) = 0.8%

R = 34.4%
G = 64.8%
B = 0.8%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#2B5101 (or 0x2B5101) is known color: Turtle Green. HEX triplet: 2B, 51 and 01. RGB value is (43,81,1). Sum of RGB (Red+Green+Blue) = 43+81+1=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 81 (32.03% from 255 or 64.8% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 81 - color contains mainly: green. Hex color #2B5101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5101 is #D4AEFE. Grayscale: #3C3C3C. Windows color (decimal): -13938431 or 86315. OLE color: 86315.

HSL color Cylindrical-coordinate representation of color #2B5101: hue angle of 88.5º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B5101 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.68.

Color convert

RGB 43 81 1 -
CMYK 0.47 0 0.99 0.68
HSL 88.5º 0.98% 0.16% -
HSV(B) 88.5º 0.99% 0.32% -
XYZ 3.94 6.4 1.06 -
YUV 60.52 94.41 115.5 -
System Red Green Blue C M Y K H S L
Decimal 43 81 1 0.47 0 0.99 0.68 88.5 0.98 0.16
Hex 2B 51 1 2F 0 63 44 58 62 10
Octal 53 121 1 57 0 143 104 130 142 20
Binary 101011 1010001 1 101111 0 1100011 1000100 1011000 1100010 10000

Color Harmonies of #2B5101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5101

Black with #2B5101

Text Example


Text Example

White with #2B5101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,81,1); }

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

background-color css

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

 a { background-color: rgb(43,81,1); }

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

border-color css

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

 span { border-color: rgb(43,81,1); }

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