Html Css Color HEX #28453C Te Papa Green

📋 copy color: '#28453C'

red 40 ◦ green 69 ◦ blue 60

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

Shades of Te Papa Green #28453C

Tints of Te Papa Green #28453C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 35.5%

R = 23.67%
G = 40.83%
B = 35.5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#28453C (or 0x28453C) is known color: Te Papa Green. HEX triplet: 28, 45 and 3C. RGB value is (40,69,60). Sum of RGB (Red+Green+Blue) = 40+69+60=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 69 - color contains mainly: green. Hex color #28453C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28453C is #D7BAC3. Grayscale: #3B3B3B. Windows color (decimal): -14138052 or 3949864. OLE color: 3949864.

HSL color Cylindrical-coordinate representation of color #28453C: hue angle of 161.38º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #28453C is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB 40 69 60 -
CMYK 0.42 0 0.13 0.73
HSL 161.38º 0.27% 0.21% -
HSV(B) 161.38º 0.42% 0.27% -
XYZ 3.82 5.03 5.05 -
YUV 59.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 40 69 60 0.42 0 0.13 0.73 161.38 0.27 0.21
Hex 28 45 3C 2A 0 D 49 A1 1B 15
Octal 50 105 74 52 0 15 111 241 33 25
Binary 101000 1000101 111100 101010 0 1101 1001001 10100001 11011 10101

Color Harmonies of #28453C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28453C

Black with #28453C

Text Example


Text Example

White with #28453C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,69,60); }

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

background-color css

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

 a { background-color: rgb(40,69,60); }

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

border-color css

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

 span { border-color: rgb(40,69,60); }

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