Html Css Color HEX #28300C Turtle Green

📋 copy color: '#28300C'

red 40 ◦ green 48 ◦ blue 12

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

Shades of Turtle Green #28300C

Tints of Turtle Green #28300C

RGB

 RED value IS 40 (16.02% from 255) = 40%

 GREEN value IS 48 (19.14% from 255) = 48%

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

R = 40%
G = 48%
B = 12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#28300C (or 0x28300C) is known color: Turtle Green. HEX triplet: 28, 30 and 0C. RGB value is (40,48,12). Sum of RGB (Red+Green+Blue) = 40+48+12=100 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40% from 100); Green value is 48 (19.14% from 255 or 48% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 48 - color contains mainly: green. Hex color #28300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28300C is #D7CFF3. Grayscale: #292929. Windows color (decimal): -14143476 or 798760. OLE color: 798760.

HSL color Cylindrical-coordinate representation of color #28300C: hue angle of 73.33º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28300C is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB 40 48 12 -
CMYK 0.17 0 0.75 0.81
HSL 73.33º 0.6% 0.12% -
HSV(B) 73.33º 0.75% 0.19% -
XYZ 2 2.59 0.74 -
YUV 41.5 111.35 126.93 -
System Red Green Blue C M Y K H S L
Decimal 40 48 12 0.17 0 0.75 0.81 73.33 0.6 0.12
Hex 28 30 C 11 0 4B 51 49 3C C
Octal 50 60 14 21 0 113 121 111 74 14
Binary 101000 110000 1100 10001 0 1001011 1010001 1001001 111100 1100

Color Harmonies of #28300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28300C

Black with #28300C

Text Example


Text Example

White with #28300C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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