Html Css Color HEX #304213 Turtle Green

📋 copy color: '#304213'

red 48 ◦ green 66 ◦ blue 19

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

Shades of Turtle Green #304213

Tints of Turtle Green #304213

RGB

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

 GREEN value IS 66 (26.17% from 255) = 49.62%

 BLUE value IS 19 (7.81% from 255) = 14.29%

R = 36.09%
G = 49.62%
B = 14.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#304213 (or 0x304213) is known color: Turtle Green. HEX triplet: 30, 42 and 13. RGB value is (48,66,19). Sum of RGB (Red+Green+Blue) = 48+66+19=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #304213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304213 is #CFBDEC. Grayscale: #373737. Windows color (decimal): -13614573 or 1262128. OLE color: 1262128.

HSL color Cylindrical-coordinate representation of color #304213: hue angle of 82.98º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #304213 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 66 19 -
CMYK 0.27 0 0.71 0.74
HSL 82.98º 0.55% 0.17% -
HSV(B) 82.98º 0.71% 0.26% -
XYZ 3.28 4.57 1.33 -
YUV 55.26 107.54 122.82 -
System Red Green Blue C M Y K H S L
Decimal 48 66 19 0.27 0 0.71 0.74 82.98 0.55 0.17
Hex 30 42 13 1B 0 47 4A 53 37 11
Octal 60 102 23 33 0 107 112 123 67 21
Binary 110000 1000010 10011 11011 0 1000111 1001010 1010011 110111 10001

Color Harmonies of #304213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304213

Black with #304213

Text Example


Text Example

White with #304213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304213; }

 p { color: rgb(48,66,19); }

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

background-color css

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

 a { background-color: rgb(48,66,19); }

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

border-color css

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

 span { border-color: rgb(48,66,19); }

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