Html Css Color HEX #2A3002 Turtle Green

📋 copy color: '#2A3002'

red 42 ◦ green 48 ◦ blue 2

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

Shades of Turtle Green #2A3002

Tints of Turtle Green #2A3002

RGB

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

 GREEN value IS 48 (19.14% from 255) = 52.17%

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

R = 45.65%
G = 52.17%
B = 2.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#2A3002 (or 0x2A3002) is known color: Turtle Green. HEX triplet: 2A, 30 and 02. RGB value is (42,48,2). Sum of RGB (Red+Green+Blue) = 42+48+2=92 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.65% from 92); Green value is 48 (19.14% from 255 or 52.17% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 48 - color contains mainly: green. Hex color #2A3002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3002 is #D5CFFD. Grayscale: #292929. Windows color (decimal): -14012414 or 143402. OLE color: 143402.

HSL color Cylindrical-coordinate representation of color #2A3002: hue angle of 67.83º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A3002 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB 42 48 2 -
CMYK 0.13 0 0.96 0.81
HSL 67.83º 0.92% 0.1% -
HSV(B) 67.83º 0.96% 0.19% -
XYZ 2.02 2.61 0.45 -
YUV 40.96 106.01 128.74 -
System Red Green Blue C M Y K H S L
Decimal 42 48 2 0.13 0 0.96 0.81 67.83 0.92 0.1
Hex 2A 30 2 D 0 60 51 44 5C A
Octal 52 60 2 15 0 140 121 104 134 12
Binary 101010 110000 10 1101 0 1100000 1010001 1000100 1011100 1010

Color Harmonies of #2A3002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3002

Black with #2A3002

Text Example


Text Example

White with #2A3002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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