Html Css Color HEX #28330C Turtle Green

📋 copy color: '#28330C'

red 40 ◦ green 51 ◦ blue 12

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

Shades of Turtle Green #28330C

Tints of Turtle Green #28330C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 49.51%

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

R = 38.83%
G = 49.51%
B = 11.65%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.76

 K value IS 0.8

RGB Variations

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

Color information

#28330C (or 0x28330C) is known color: Turtle Green. HEX triplet: 28, 33 and 0C. RGB value is (40,51,12). Sum of RGB (Red+Green+Blue) = 40+51+12=103 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.83% from 103); Green value is 51 (20.31% from 255 or 49.51% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 51 - color contains mainly: green. Hex color #28330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28330C is #D7CCF3. Grayscale: #2B2B2B. Windows color (decimal): -14142708 or 799528. OLE color: 799528.

HSL color Cylindrical-coordinate representation of color #28330C: hue angle of 76.92º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28330C is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.8.

Color convert

RGB 40 51 12 -
CMYK 0.22 0 0.76 0.8
HSL 76.92º 0.62% 0.12% -
HSV(B) 76.92º 0.76% 0.2% -
XYZ 2.13 2.85 0.79 -
YUV 43.27 110.36 125.67 -
System Red Green Blue C M Y K H S L
Decimal 40 51 12 0.22 0 0.76 0.8 76.92 0.62 0.12
Hex 28 33 C 16 0 4C 50 4D 3E C
Octal 50 63 14 26 0 114 120 115 76 14
Binary 101000 110011 1100 10110 0 1001100 1010000 1001101 111110 1100

Color Harmonies of #28330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28330C

Black with #28330C

Text Example


Text Example

White with #28330C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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