Html Css Color HEX #26473C Te Papa Green

📋 copy color: '#26473C'

red 38 ◦ green 71 ◦ blue 60

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

Shades of Te Papa Green #26473C

Tints of Te Papa Green #26473C

RGB

 RED value IS 38 (15.23% from 255) = 22.49%

 GREEN value IS 71 (28.13% from 255) = 42.01%

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

R = 22.49%
G = 42.01%
B = 35.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#26473C (or 0x26473C) is known color: Te Papa Green. HEX triplet: 26, 47 and 3C. RGB value is (38,71,60). Sum of RGB (Red+Green+Blue) = 38+71+60=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 71 - color contains mainly: green. Hex color #26473C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26473C is #D9B8C3. Grayscale: #3B3B3B. Windows color (decimal): -14268612 or 3950374. OLE color: 3950374.

HSL color Cylindrical-coordinate representation of color #26473C: hue angle of 160º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #26473C is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 38 71 60 -
CMYK 0.46 0 0.15 0.72
HSL 160º 0.3% 0.21% -
HSV(B) 160º 0.46% 0.28% -
XYZ 3.87 5.24 5.08 -
YUV 59.88 128.07 112.39 -
System Red Green Blue C M Y K H S L
Decimal 38 71 60 0.46 0 0.15 0.72 160 0.3 0.21
Hex 26 47 3C 2E 0 F 48 A0 1E 15
Octal 46 107 74 56 0 17 110 240 36 25
Binary 100110 1000111 111100 101110 0 1111 1001000 10100000 11110 10101

Color Harmonies of #26473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26473C

Black with #26473C

Text Example


Text Example

White with #26473C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,71,60); }

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

background-color css

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

 a { background-color: rgb(38,71,60); }

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

border-color css

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

 span { border-color: rgb(38,71,60); }

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