Html Css Color HEX #2A4B02 Turtle Green

📋 copy color: '#2A4B02'

red 42 ◦ green 75 ◦ blue 2

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

Shades of Turtle Green #2A4B02

Tints of Turtle Green #2A4B02

RGB

 RED value IS 42 (16.8% from 255) = 35.29%

 GREEN value IS 75 (29.69% from 255) = 63.03%

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

R = 35.29%
G = 63.03%
B = 1.68%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#2A4B02 (or 0x2A4B02) is known color: Turtle Green. HEX triplet: 2A, 4B and 02. RGB value is (42,75,2). Sum of RGB (Red+Green+Blue) = 42+75+2=119 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.29% from 119); Green value is 75 (29.69% from 255 or 63.03% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 75 - color contains mainly: green. Hex color #2A4B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A4B02 is #D5B4FD. Grayscale: #393939. Windows color (decimal): -14005502 or 150314. OLE color: 150314.

HSL color Cylindrical-coordinate representation of color #2A4B02: hue angle of 87.12º 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 #2A4B02 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 42 75 2 -
CMYK 0.44 0 0.97 0.71
HSL 87.12º 0.95% 0.15% -
HSV(B) 87.12º 0.97% 0.29% -
XYZ 3.48 5.53 0.94 -
YUV 56.81 97.07 117.44 -
System Red Green Blue C M Y K H S L
Decimal 42 75 2 0.44 0 0.97 0.71 87.12 0.95 0.15
Hex 2A 4B 2 2C 0 61 47 57 5F F
Octal 52 113 2 54 0 141 107 127 137 17
Binary 101010 1001011 10 101100 0 1100001 1000111 1010111 1011111 1111

Color Harmonies of #2A4B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4B02

Black with #2A4B02

Text Example


Text Example

White with #2A4B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,75,2); }

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

background-color css

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

 a { background-color: rgb(42,75,2); }

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

border-color css

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

 span { border-color: rgb(42,75,2); }

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