Html Css Color HEX #2B4A02 Turtle Green

📋 copy color: '#2B4A02'

red 43 ◦ green 74 ◦ blue 2

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

Shades of Turtle Green #2B4A02

Tints of Turtle Green #2B4A02

RGB

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

 GREEN value IS 74 (29.3% from 255) = 62.18%

 BLUE value IS 2 (1.17% from 255) = 1.68%

R = 36.13%
G = 62.18%
B = 1.68%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#2B4A02 (or 0x2B4A02) is known color: Turtle Green. HEX triplet: 2B, 4A and 02. RGB value is (43,74,2). Sum of RGB (Red+Green+Blue) = 43+74+2=119 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.13% from 119); Green value is 74 (29.30% from 255 or 62.18% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 74 - color contains mainly: green. Hex color #2B4A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B4A02 is #D4B5FD. Grayscale: #383838. Windows color (decimal): -13940222 or 150059. OLE color: 150059.

HSL color Cylindrical-coordinate representation of color #2B4A02: hue angle of 85.83º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B4A02 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 43 74 2 -
CMYK 0.42 0 0.97 0.71
HSL 85.83º 0.95% 0.15% -
HSV(B) 85.83º 0.97% 0.29% -
XYZ 3.46 5.42 0.92 -
YUV 56.52 97.23 118.35 -
System Red Green Blue C M Y K H S L
Decimal 43 74 2 0.42 0 0.97 0.71 85.83 0.95 0.15
Hex 2B 4A 2 2A 0 61 47 56 5F F
Octal 53 112 2 52 0 141 107 126 137 17
Binary 101011 1001010 10 101010 0 1100001 1000111 1010110 1011111 1111

Color Harmonies of #2B4A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4A02

Black with #2B4A02

Text Example


Text Example

White with #2B4A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,74,2); }

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

background-color css

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

 a { background-color: rgb(43,74,2); }

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

border-color css

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

 span { border-color: rgb(43,74,2); }

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