Html Css Color HEX #30450A Turtle Green

📋 copy color: '#30450A'

red 48 ◦ green 69 ◦ blue 10

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

Shades of Turtle Green #30450A

Tints of Turtle Green #30450A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 54.33%

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

R = 37.8%
G = 54.33%
B = 7.87%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.86

 K value IS 0.73

RGB Variations

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

Color information

#30450A (or 0x30450A) is known color: Turtle Green. HEX triplet: 30, 45 and 0A. RGB value is (48,69,10). Sum of RGB (Red+Green+Blue) = 48+69+10=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 69 (27.34% from 255 or 54.33% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 69 - color contains mainly: green. Hex color #30450A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30450A is #CFBAF5. Grayscale: #383838. Windows color (decimal): -13613814 or 673072. OLE color: 673072.

HSL color Cylindrical-coordinate representation of color #30450A: hue angle of 81.36º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30450A is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 69 10 -
CMYK 0.30 0 0.86 0.73
HSL 81.36º 0.75% 0.15% -
HSV(B) 81.36º 0.86% 0.27% -
XYZ 3.4 4.91 1.05 -
YUV 56 102.04 122.3 -
System Red Green Blue C M Y K H S L
Decimal 48 69 10 0.30 0 0.86 0.73 81.36 0.75 0.15
Hex 30 45 A 1E 0 56 49 51 4B F
Octal 60 105 12 36 0 126 111 121 113 17
Binary 110000 1000101 1010 11110 0 1010110 1001001 1010001 1001011 1111

Color Harmonies of #30450A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30450A

Black with #30450A

Text Example


Text Example

White with #30450A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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