Html Css Color HEX #304A10 Turtle Green

📋 copy color: '#304A10'

red 48 ◦ green 74 ◦ blue 16

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

Shades of Turtle Green #304A10

Tints of Turtle Green #304A10

RGB

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

 GREEN value IS 74 (29.3% from 255) = 53.62%

 BLUE value IS 16 (6.64% from 255) = 11.59%

R = 34.78%
G = 53.62%
B = 11.59%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#304A10 (or 0x304A10) is known color: Turtle Green. HEX triplet: 30, 4A and 10. RGB value is (48,74,16). Sum of RGB (Red+Green+Blue) = 48+74+16=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 74 (29.30% from 255 or 53.62% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 74 - color contains mainly: green. Hex color #304A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304A10 is #CFB5EF. Grayscale: #3B3B3B. Windows color (decimal): -13612528 or 1067568. OLE color: 1067568.

HSL color Cylindrical-coordinate representation of color #304A10: hue angle of 86.9º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #304A10 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 74 16 -
CMYK 0.35 0 0.78 0.71
HSL 86.9º 0.64% 0.18% -
HSV(B) 86.9º 0.78% 0.29% -
XYZ 3.76 5.56 1.37 -
YUV 59.61 103.39 119.72 -
System Red Green Blue C M Y K H S L
Decimal 48 74 16 0.35 0 0.78 0.71 86.9 0.64 0.18
Hex 30 4A 10 23 0 4E 47 57 40 12
Octal 60 112 20 43 0 116 107 127 100 22
Binary 110000 1001010 10000 100011 0 1001110 1000111 1010111 1000000 10010

Color Harmonies of #304A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304A10

Black with #304A10

Text Example


Text Example

White with #304A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304A10; }

 p { color: rgb(48,74,16); }

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

background-color css

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

 a { background-color: rgb(48,74,16); }

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

border-color css

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

 span { border-color: rgb(48,74,16); }

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