Html Css Color HEX #265145 Te Papa Green

📋 copy color: '#265145'

red 38 ◦ green 81 ◦ blue 69

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

Shades of Te Papa Green #265145

Tints of Te Papa Green #265145

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.09%

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

R = 20.21%
G = 43.09%
B = 36.7%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#265145 (or 0x265145) is known color: Te Papa Green. HEX triplet: 26, 51 and 45. RGB value is (38,81,69). Sum of RGB (Red+Green+Blue) = 38+81+69=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #265145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265145 is #D9AEBA. Grayscale: #424242. Windows color (decimal): -14266043 or 4542758. OLE color: 4542758.

HSL color Cylindrical-coordinate representation of color #265145: hue angle of 163.26º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #265145 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 38 81 69 -
CMYK 0.53 0 0.15 0.68
HSL 163.26º 0.36% 0.23% -
HSV(B) 163.26º 0.53% 0.32% -
XYZ 4.82 6.73 6.67 -
YUV 66.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 38 81 69 0.53 0 0.15 0.68 163.26 0.36 0.23
Hex 26 51 45 35 0 F 44 A3 24 17
Octal 46 121 105 65 0 17 104 243 44 27
Binary 100110 1010001 1000101 110101 0 1111 1000100 10100011 100100 10111

Color Harmonies of #265145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265145

Black with #265145

Text Example


Text Example

White with #265145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265145; }

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

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

background-color css

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

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

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

border-color css

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

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

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