Html Css Color HEX #26822F Japanese Laurel

📋 copy color: '#26822F'

red 38 ◦ green 130 ◦ blue 47

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

Shades of Japanese Laurel #26822F

Tints of Japanese Laurel #26822F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 60.47%

 BLUE value IS 47 (18.75% from 255) = 21.86%

R = 17.67%
G = 60.47%
B = 21.86%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#26822F (or 0x26822F) is known color: Japanese Laurel. HEX triplet: 26, 82 and 2F. RGB value is (38,130,47). Sum of RGB (Red+Green+Blue) = 38+130+47=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 130 (51.17% from 255 or 60.47% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 130 - color contains mainly: green. Hex color #26822F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #26822F is #D97DD0. Grayscale: #5D5D5D. Windows color (decimal): -14253521 or 3113510. OLE color: 3113510.

HSL color Cylindrical-coordinate representation of color #26822F: hue angle of 125.87º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26822F is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 130 47 -
CMYK 0.71 0 0.64 0.49
HSL 125.87º 0.55% 0.33% -
HSV(B) 125.87º 0.71% 0.51% -
XYZ 9.3 16.58 5.4 -
YUV 93.03 102.02 88.75 -
System Red Green Blue C M Y K H S L
Decimal 38 130 47 0.71 0 0.64 0.49 125.87 0.55 0.33
Hex 26 82 2F 47 0 40 31 7E 37 21
Octal 46 202 57 107 0 100 61 176 67 41
Binary 100110 10000010 101111 1000111 0 1000000 110001 1111110 110111 100001

Color Harmonies of #26822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26822F

Black with #26822F

Text Example


Text Example

White with #26822F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26822F; }

 p { color: rgb(38,130,47); }

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

background-color css

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

 a { background-color: rgb(38,130,47); }

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

border-color css

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

 span { border-color: rgb(38,130,47); }

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