Html Css Color HEX #265245 Te Papa Green

📋 copy color: '#265245'

red 38 ◦ green 82 ◦ blue 69

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

Shades of Te Papa Green #265245

Tints of Te Papa Green #265245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.51%

R = 20.11%
G = 43.39%
B = 36.51%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#265245 (or 0x265245) is known color: Te Papa Green. HEX triplet: 26, 52 and 45. RGB value is (38,82,69). Sum of RGB (Red+Green+Blue) = 38+82+69=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #265245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265245 is #D9ADBA. Grayscale: #434343. Windows color (decimal): -14265787 or 4543014. OLE color: 4543014.

HSL color Cylindrical-coordinate representation of color #265245: hue angle of 162.27º 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 #265245 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 38 82 69 -
CMYK 0.54 0 0.16 0.68
HSL 162.27º 0.37% 0.24% -
HSV(B) 162.27º 0.54% 0.32% -
XYZ 4.89 6.88 6.7 -
YUV 67.36 128.92 107.06 -
System Red Green Blue C M Y K H S L
Decimal 38 82 69 0.54 0 0.16 0.68 162.27 0.37 0.24
Hex 26 52 45 36 0 10 44 A2 25 18
Octal 46 122 105 66 0 20 104 242 45 30
Binary 100110 1010010 1000101 110110 0 10000 1000100 10100010 100101 11000

Color Harmonies of #265245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265245

Black with #265245

Text Example


Text Example

White with #265245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265245; }

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

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

background-color css

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

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

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

border-color css

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

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

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