Html Css Color HEX #304002 Turtle Green

📋 copy color: '#304002'

red 48 ◦ green 64 ◦ blue 2

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

Shades of Turtle Green #304002

Tints of Turtle Green #304002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 56.14%

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

R = 42.11%
G = 56.14%
B = 1.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#304002 (or 0x304002) is known color: Turtle Green. HEX triplet: 30, 40 and 02. RGB value is (48,64,2). Sum of RGB (Red+Green+Blue) = 48+64+2=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 64 (25.39% from 255 or 56.14% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 64 - color contains mainly: green. Hex color #304002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304002 is #CFBFFD. Grayscale: #343434. Windows color (decimal): -13615102 or 147504. OLE color: 147504.

HSL color Cylindrical-coordinate representation of color #304002: hue angle of 75.48º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #304002 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 64 2 -
CMYK 0.25 0 0.97 0.75
HSL 75.48º 0.94% 0.13% -
HSV(B) 75.48º 0.97% 0.25% -
XYZ 3.06 4.3 0.73 -
YUV 52.15 99.7 125.04 -
System Red Green Blue C M Y K H S L
Decimal 48 64 2 0.25 0 0.97 0.75 75.48 0.94 0.13
Hex 30 40 2 19 0 61 4B 4B 5E D
Octal 60 100 2 31 0 141 113 113 136 15
Binary 110000 1000000 10 11001 0 1100001 1001011 1001011 1011110 1101

Color Harmonies of #304002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304002

Black with #304002

Text Example


Text Example

White with #304002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304002; }

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

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

background-color css

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

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

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

border-color css

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

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

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