Html Css Color HEX #2B5A03 Turtle Green

📋 copy color: '#2B5A03'

red 43 ◦ green 90 ◦ blue 3

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

Shades of Turtle Green #2B5A03

Tints of Turtle Green #2B5A03

RGB

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

 GREEN value IS 90 (35.55% from 255) = 66.18%

 BLUE value IS 3 (1.56% from 255) = 2.21%

R = 31.62%
G = 66.18%
B = 2.21%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#2B5A03 (or 0x2B5A03) is known color: Turtle Green. HEX triplet: 2B, 5A and 03. RGB value is (43,90,3). Sum of RGB (Red+Green+Blue) = 43+90+3=136 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.62% from 136); Green value is 90 (35.55% from 255 or 66.18% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 90 - color contains mainly: green. Hex color #2B5A03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5A03 is #D4A5FC. Grayscale: #424242. Windows color (decimal): -13936125 or 219691. OLE color: 219691.

HSL color Cylindrical-coordinate representation of color #2B5A03: hue angle of 92.41º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B5A03 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB 43 90 3 -
CMYK 0.52 0 0.97 0.65
HSL 92.41º 0.94% 0.18% -
HSV(B) 92.41º 0.97% 0.35% -
XYZ 4.67 7.83 1.35 -
YUV 66.03 92.43 111.57 -
System Red Green Blue C M Y K H S L
Decimal 43 90 3 0.52 0 0.97 0.65 92.41 0.94 0.18
Hex 2B 5A 3 34 0 61 41 5C 5E 12
Octal 53 132 3 64 0 141 101 134 136 22
Binary 101011 1011010 11 110100 0 1100001 1000001 1011100 1011110 10010

Color Harmonies of #2B5A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5A03

Black with #2B5A03

Text Example


Text Example

White with #2B5A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,90,3); }

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

background-color css

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

 a { background-color: rgb(43,90,3); }

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

border-color css

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

 span { border-color: rgb(43,90,3); }

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