Html Css Color HEX #265248 Te Papa Green

📋 copy color: '#265248'

red 38 ◦ green 82 ◦ blue 72

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

Shades of Te Papa Green #265248

Tints of Te Papa Green #265248

RGB

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

 GREEN value IS 82 (32.42% from 255) = 42.71%

 BLUE value IS 72 (28.52% from 255) = 37.5%

R = 19.79%
G = 42.71%
B = 37.5%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#265248 (or 0x265248) is known color: Te Papa Green. HEX triplet: 26, 52 and 48. RGB value is (38,82,72). Sum of RGB (Red+Green+Blue) = 38+82+72=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 82 - color contains mainly: green. Hex color #265248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265248 is #D9ADB7. Grayscale: #434343. Windows color (decimal): -14265784 or 4739622. OLE color: 4739622.

HSL color Cylindrical-coordinate representation of color #265248: hue angle of 166.36º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #265248 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 38 82 72 -
CMYK 0.54 0 0.12 0.68
HSL 166.36º 0.37% 0.24% -
HSV(B) 166.36º 0.54% 0.32% -
XYZ 4.99 6.91 7.2 -
YUV 67.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 38 82 72 0.54 0 0.12 0.68 166.36 0.37 0.24
Hex 26 52 48 36 0 C 44 A6 25 18
Octal 46 122 110 66 0 14 104 246 45 30
Binary 100110 1010010 1001000 110110 0 1100 1000100 10100110 100101 11000

Color Harmonies of #265248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265248

Black with #265248

Text Example


Text Example

White with #265248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265248; }

 p { color: rgb(38,82,72); }

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

background-color css

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

 a { background-color: rgb(38,82,72); }

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

border-color css

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

 span { border-color: rgb(38,82,72); }

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