Html Css Color HEX #30450C Turtle Green

📋 copy color: '#30450C'

red 48 ◦ green 69 ◦ blue 12

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

Shades of Turtle Green #30450C

Tints of Turtle Green #30450C

RGB

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

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

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

R = 37.21%
G = 53.49%
B = 9.3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.83

 K value IS 0.73

RGB Variations

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

Color information

#30450C (or 0x30450C) is known color: Turtle Green. HEX triplet: 30, 45 and 0C. RGB value is (48,69,12). Sum of RGB (Red+Green+Blue) = 48+69+12=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 69 (27.34% from 255 or 53.49% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 69 - color contains mainly: green. Hex color #30450C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30450C is #CFBAF3. Grayscale: #383838. Windows color (decimal): -13613812 or 804144. OLE color: 804144.

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

Color convert

RGB 48 69 12 -
CMYK 0.30 0 0.83 0.73
HSL 82.11º 0.7% 0.16% -
HSV(B) 82.11º 0.83% 0.27% -
XYZ 3.41 4.91 1.12 -
YUV 56.22 103.04 122.13 -
System Red Green Blue C M Y K H S L
Decimal 48 69 12 0.30 0 0.83 0.73 82.11 0.7 0.16
Hex 30 45 C 1E 0 53 49 52 46 10
Octal 60 105 14 36 0 123 111 122 106 20
Binary 110000 1000101 1100 11110 0 1010011 1001001 1010010 1000110 10000

Color Harmonies of #30450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30450C

Black with #30450C

Text Example


Text Example

White with #30450C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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