Html Css Color HEX #304802 Turtle Green

📋 copy color: '#304802'

red 48 ◦ green 72 ◦ blue 2

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

Shades of Turtle Green #304802

Tints of Turtle Green #304802

RGB

 RED value IS 48 (19.14% from 255) = 39.34%

 GREEN value IS 72 (28.52% from 255) = 59.02%

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

R = 39.34%
G = 59.02%
B = 1.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#304802 (or 0x304802) is known color: Turtle Green. HEX triplet: 30, 48 and 02. RGB value is (48,72,2). Sum of RGB (Red+Green+Blue) = 48+72+2=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 72 (28.52% from 255 or 59.02% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 72 - color contains mainly: green. Hex color #304802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304802 is #CFB7FD. Grayscale: #393939. Windows color (decimal): -13613054 or 149552. OLE color: 149552.

HSL color Cylindrical-coordinate representation of color #304802: hue angle of 80.57º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #304802 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 72 2 -
CMYK 0.33 0 0.97 0.72
HSL 80.57º 0.95% 0.15% -
HSV(B) 80.57º 0.97% 0.28% -
XYZ 3.55 5.27 0.89 -
YUV 56.84 97.05 121.69 -
System Red Green Blue C M Y K H S L
Decimal 48 72 2 0.33 0 0.97 0.72 80.57 0.95 0.15
Hex 30 48 2 21 0 61 48 51 5F F
Octal 60 110 2 41 0 141 110 121 137 17
Binary 110000 1001000 10 100001 0 1100001 1001000 1010001 1011111 1111

Color Harmonies of #304802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304802

Black with #304802

Text Example


Text Example

White with #304802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304802; }

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

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

background-color css

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

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

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

border-color css

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

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

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