Html Css Color HEX #304602 Turtle Green

📋 copy color: '#304602'

red 48 ◦ green 70 ◦ blue 2

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

Shades of Turtle Green #304602

Tints of Turtle Green #304602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 58.33%

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

R = 40%
G = 58.33%
B = 1.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#304602 (or 0x304602) is known color: Turtle Green. HEX triplet: 30, 46 and 02. RGB value is (48,70,2). Sum of RGB (Red+Green+Blue) = 48+70+2=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 70 (27.73% from 255 or 58.33% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 70 - color contains mainly: green. Hex color #304602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304602 is #CFB9FD. Grayscale: #373737. Windows color (decimal): -13613566 or 149040. OLE color: 149040.

HSL color Cylindrical-coordinate representation of color #304602: hue angle of 79.41º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #304602 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 70 2 -
CMYK 0.31 0 0.97 0.73
HSL 79.41º 0.94% 0.14% -
HSV(B) 79.41º 0.97% 0.27% -
XYZ 3.42 5.01 0.84 -
YUV 55.67 97.71 122.53 -
System Red Green Blue C M Y K H S L
Decimal 48 70 2 0.31 0 0.97 0.73 79.41 0.94 0.14
Hex 30 46 2 1F 0 61 49 4F 5E E
Octal 60 106 2 37 0 141 111 117 136 16
Binary 110000 1000110 10 11111 0 1100001 1001001 1001111 1011110 1110

Color Harmonies of #304602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304602

Black with #304602

Text Example


Text Example

White with #304602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304602; }

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

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

background-color css

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

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

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

border-color css

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

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

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