Html Css Color HEX #304E08 Turtle Green

📋 copy color: '#304E08'

red 48 ◦ green 78 ◦ blue 8

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

Shades of Turtle Green #304E08

Tints of Turtle Green #304E08

RGB

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

 GREEN value IS 78 (30.86% from 255) = 58.21%

 BLUE value IS 8 (3.52% from 255) = 5.97%

R = 35.82%
G = 58.21%
B = 5.97%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#304E08 (or 0x304E08) is known color: Turtle Green. HEX triplet: 30, 4E and 08. RGB value is (48,78,8). Sum of RGB (Red+Green+Blue) = 48+78+8=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 78 (30.86% from 255 or 58.21% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 78 - color contains mainly: green. Hex color #304E08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #304E08 is #CFB1F7. Grayscale: #3D3D3D. Windows color (decimal): -13611512 or 544304. OLE color: 544304.

HSL color Cylindrical-coordinate representation of color #304E08: hue angle of 85.71º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #304E08 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 78 8 -
CMYK 0.38 0 0.90 0.69
HSL 85.71º 0.81% 0.17% -
HSV(B) 85.71º 0.9% 0.31% -
XYZ 3.99 6.09 1.2 -
YUV 61.05 98.06 118.69 -
System Red Green Blue C M Y K H S L
Decimal 48 78 8 0.38 0 0.90 0.69 85.71 0.81 0.17
Hex 30 4E 8 26 0 5A 45 56 51 11
Octal 60 116 10 46 0 132 105 126 121 21
Binary 110000 1001110 1000 100110 0 1011010 1000101 1010110 1010001 10001

Color Harmonies of #304E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304E08

Black with #304E08

Text Example


Text Example

White with #304E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,78,8); }

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

background-color css

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

 a { background-color: rgb(48,78,8); }

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

border-color css

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

 span { border-color: rgb(48,78,8); }

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