Html Css Color HEX #30350C Turtle Green

📋 copy color: '#30350C'

red 48 ◦ green 53 ◦ blue 12

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

Shades of Turtle Green #30350C

Tints of Turtle Green #30350C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 46.9%

 BLUE value IS 12 (5.08% from 255) = 10.62%

R = 42.48%
G = 46.9%
B = 10.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.79

RGB Variations

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

Color information

#30350C (or 0x30350C) is known color: Turtle Green. HEX triplet: 30, 35 and 0C. RGB value is (48,53,12). Sum of RGB (Red+Green+Blue) = 48+53+12=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 53 (21.09% from 255 or 46.90% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 53 - color contains mainly: green. Hex color #30350C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30350C is #CFCAF3. Grayscale: #2E2E2E. Windows color (decimal): -13617908 or 800048. OLE color: 800048.

HSL color Cylindrical-coordinate representation of color #30350C: hue angle of 67.32º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30350C is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.79.

Color convert

RGB 48 53 12 -
CMYK 0.09 0 0.77 0.79
HSL 67.32º 0.63% 0.13% -
HSV(B) 67.32º 0.77% 0.21% -
XYZ 2.56 3.2 0.83 -
YUV 46.83 108.34 128.83 -
System Red Green Blue C M Y K H S L
Decimal 48 53 12 0.09 0 0.77 0.79 67.32 0.63 0.13
Hex 30 35 C 9 0 4D 4F 43 3F D
Octal 60 65 14 11 0 115 117 103 77 15
Binary 110000 110101 1100 1001 0 1001101 1001111 1000011 111111 1101

Color Harmonies of #30350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30350C

Black with #30350C

Text Example


Text Example

White with #30350C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30350C; }

 p { color: rgb(48,53,12); }

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

background-color css

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

 a { background-color: rgb(48,53,12); }

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

border-color css

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

 span { border-color: rgb(48,53,12); }

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