Html Css Color HEX #30340A Turtle Green

📋 copy color: '#30340A'

red 48 ◦ green 52 ◦ blue 10

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

Shades of Turtle Green #30340A

Tints of Turtle Green #30340A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 47.27%

 BLUE value IS 10 (4.3% from 255) = 9.09%

R = 43.64%
G = 47.27%
B = 9.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.80

RGB Variations

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

Color information

#30340A (or 0x30340A) is known color: Turtle Green. HEX triplet: 30, 34 and 0A. RGB value is (48,52,10). Sum of RGB (Red+Green+Blue) = 48+52+10=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #30340A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30340A is #CFCBF5. Grayscale: #2E2E2E. Windows color (decimal): -13618166 or 668720. OLE color: 668720.

HSL color Cylindrical-coordinate representation of color #30340A: hue angle of 65.71º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30340A is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.80.

Color convert

RGB 48 52 10 -
CMYK 0.08 0 0.81 0.80
HSL 65.71º 0.68% 0.12% -
HSV(B) 65.71º 0.81% 0.2% -
XYZ 2.5 3.11 0.75 -
YUV 46.02 107.67 129.42 -
System Red Green Blue C M Y K H S L
Decimal 48 52 10 0.08 0 0.81 0.80 65.71 0.68 0.12
Hex 30 34 A 8 0 51 50 42 44 C
Octal 60 64 12 10 0 121 120 102 104 14
Binary 110000 110100 1010 1000 0 1010001 1010000 1000010 1000100 1100

Color Harmonies of #30340A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30340A

Black with #30340A

Text Example


Text Example

White with #30340A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30340A; }

 p { color: rgb(48,52,10); }

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

background-color css

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

 a { background-color: rgb(48,52,10); }

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

border-color css

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

 span { border-color: rgb(48,52,10); }

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