Html Css Color HEX #235243 Te Papa Green

📋 copy color: '#235243'

red 35 ◦ green 82 ◦ blue 67

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

Shades of Te Papa Green #235243

Tints of Te Papa Green #235243

RGB

 RED value IS 35 (14.06% from 255) = 19.02%

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

 BLUE value IS 67 (26.56% from 255) = 36.41%

R = 19.02%
G = 44.57%
B = 36.41%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#235243 (or 0x235243) is known color: Te Papa Green. HEX triplet: 23, 52 and 43. RGB value is (35,82,67). Sum of RGB (Red+Green+Blue) = 35+82+67=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 82 - color contains mainly: green. Hex color #235243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235243 is #DCADBC. Grayscale: #424242. Windows color (decimal): -14462397 or 4411939. OLE color: 4411939.

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

Color convert

RGB 35 82 67 -
CMYK 0.57 0 0.18 0.68
HSL 160.85º 0.4% 0.23% -
HSV(B) 160.85º 0.57% 0.32% -
XYZ 4.72 6.8 6.37 -
YUV 66.24 128.43 105.72 -
System Red Green Blue C M Y K H S L
Decimal 35 82 67 0.57 0 0.18 0.68 160.85 0.4 0.23
Hex 23 52 43 39 0 12 44 A1 28 17
Octal 43 122 103 71 0 22 104 241 50 27
Binary 100011 1010010 1000011 111001 0 10010 1000100 10100001 101000 10111

Color Harmonies of #235243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235243

Black with #235243

Text Example


Text Example

White with #235243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235243; }

 p { color: rgb(35,82,67); }

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

background-color css

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

 a { background-color: rgb(35,82,67); }

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

border-color css

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

 span { border-color: rgb(35,82,67); }

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