Html Css Color HEX #30350A Turtle Green

📋 copy color: '#30350A'

red 48 ◦ green 53 ◦ blue 10

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

Shades of Turtle Green #30350A

Tints of Turtle Green #30350A

RGB

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

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

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

R = 43.24%
G = 47.75%
B = 9.01%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#30350A (or 0x30350A) is known color: Turtle Green. HEX triplet: 30, 35 and 0A. RGB value is (48,53,10). Sum of RGB (Red+Green+Blue) = 48+53+10=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 53 - color contains mainly: green. Hex color #30350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30350A is #CFCAF5. Grayscale: #2E2E2E. Windows color (decimal): -13617910 or 668976. OLE color: 668976.

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

Color convert

RGB 48 53 10 -
CMYK 0.09 0 0.81 0.79
HSL 66.98º 0.68% 0.12% -
HSV(B) 66.98º 0.81% 0.21% -
XYZ 2.55 3.2 0.77 -
YUV 46.6 107.34 129 -
System Red Green Blue C M Y K H S L
Decimal 48 53 10 0.09 0 0.81 0.79 66.98 0.68 0.12
Hex 30 35 A 9 0 51 4F 43 44 C
Octal 60 65 12 11 0 121 117 103 104 14
Binary 110000 110101 1010 1001 0 1010001 1001111 1000011 1000100 1100

Color Harmonies of #30350A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30350A

Black with #30350A

Text Example


Text Example

White with #30350A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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