Html Css Color HEX #304F0D Turtle Green

📋 copy color: '#304F0D'

red 48 ◦ green 79 ◦ blue 13

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

Shades of Turtle Green #304F0D

Tints of Turtle Green #304F0D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 56.43%

 BLUE value IS 13 (5.47% from 255) = 9.29%

R = 34.29%
G = 56.43%
B = 9.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#304F0D (or 0x304F0D) is known color: Turtle Green. HEX triplet: 30, 4F and 0D. RGB value is (48,79,13). Sum of RGB (Red+Green+Blue) = 48+79+13=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 79 (31.25% from 255 or 56.43% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 79 - color contains mainly: green. Hex color #304F0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #304F0D is #CFB0F2. Grayscale: #3E3E3E. Windows color (decimal): -13611251 or 872240. OLE color: 872240.

HSL color Cylindrical-coordinate representation of color #304F0D: hue angle of 88.18º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #304F0D is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 79 13 -
CMYK 0.39 0 0.84 0.69
HSL 88.18º 0.72% 0.18% -
HSV(B) 88.18º 0.84% 0.31% -
XYZ 4.09 6.25 1.37 -
YUV 62.21 100.23 117.87 -
System Red Green Blue C M Y K H S L
Decimal 48 79 13 0.39 0 0.84 0.69 88.18 0.72 0.18
Hex 30 4F D 27 0 54 45 58 48 12
Octal 60 117 15 47 0 124 105 130 110 22
Binary 110000 1001111 1101 100111 0 1010100 1000101 1011000 1001000 10010

Color Harmonies of #304F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304F0D

Black with #304F0D

Text Example


Text Example

White with #304F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,79,13); }

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

background-color css

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

 a { background-color: rgb(48,79,13); }

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

border-color css

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

 span { border-color: rgb(48,79,13); }

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