Html Css Color HEX #304402 Turtle Green

📋 copy color: '#304402'

red 48 ◦ green 68 ◦ blue 2

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

Shades of Turtle Green #304402

Tints of Turtle Green #304402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 57.63%

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

R = 40.68%
G = 57.63%
B = 1.69%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#304402 (or 0x304402) is known color: Turtle Green. HEX triplet: 30, 44 and 02. RGB value is (48,68,2). Sum of RGB (Red+Green+Blue) = 48+68+2=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 68 (26.95% from 255 or 57.63% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 68 - color contains mainly: green. Hex color #304402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304402 is #CFBBFD. Grayscale: #363636. Windows color (decimal): -13614078 or 148528. OLE color: 148528.

HSL color Cylindrical-coordinate representation of color #304402: hue angle of 78.18º 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 #304402 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 68 2 -
CMYK 0.29 0 0.97 0.73
HSL 78.18º 0.94% 0.14% -
HSV(B) 78.18º 0.97% 0.27% -
XYZ 3.3 4.77 0.8 -
YUV 54.5 98.37 123.37 -
System Red Green Blue C M Y K H S L
Decimal 48 68 2 0.29 0 0.97 0.73 78.18 0.94 0.14
Hex 30 44 2 1D 0 61 49 4E 5E E
Octal 60 104 2 35 0 141 111 116 136 16
Binary 110000 1000100 10 11101 0 1100001 1001001 1001110 1011110 1110

Color Harmonies of #304402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304402

Black with #304402

Text Example


Text Example

White with #304402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304402; }

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

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

background-color css

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

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

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

border-color css

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

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

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