Html Css Color HEX #28380C Turtle Green

📋 copy color: '#28380C'

red 40 ◦ green 56 ◦ blue 12

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

Shades of Turtle Green #28380C

Tints of Turtle Green #28380C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 51.85%

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

R = 37.04%
G = 51.85%
B = 11.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#28380C (or 0x28380C) is known color: Turtle Green. HEX triplet: 28, 38 and 0C. RGB value is (40,56,12). Sum of RGB (Red+Green+Blue) = 40+56+12=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #28380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #28380C is #D7C7F3. Grayscale: #2E2E2E. Windows color (decimal): -14141428 or 800808. OLE color: 800808.

HSL color Cylindrical-coordinate representation of color #28380C: hue angle of 81.82º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28380C is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB 40 56 12 -
CMYK 0.29 0 0.79 0.78
HSL 81.82º 0.65% 0.13% -
HSV(B) 81.82º 0.79% 0.22% -
XYZ 2.36 3.31 0.86 -
YUV 46.2 108.7 123.58 -
System Red Green Blue C M Y K H S L
Decimal 40 56 12 0.29 0 0.79 0.78 81.82 0.65 0.13
Hex 28 38 C 1D 0 4F 4E 52 41 D
Octal 50 70 14 35 0 117 116 122 101 15
Binary 101000 111000 1100 11101 0 1001111 1001110 1010010 1000001 1101

Color Harmonies of #28380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28380C

Black with #28380C

Text Example


Text Example

White with #28380C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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